Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
120 views

warning unable to restore previously selected frame - cannot open UITabBarController Modally

I am trying to present a tabBarController modally. I am trying to do that by following code: summaryGraphManager *summary = [[summaryGraphManager alloc] initWithNibName:@"SummaryGraphManager" bundle:...
NightFury's user avatar
  • 13.5k
8 votes
2 answers
9k views

What type of contents UIViewContentMode mode refers to?

According to the official doc on UIView about the contentMode property: The content mode specifies how the cached bitmap of the view’s layer is adjusted when the view’s bounds change What's defined ...
tiguero's user avatar
  • 11.5k