-
Hi,
I'm using MWPhotoBrowser (1.4.1 version) as root view controller of a UINavigationController and the UINavigationController is a view controller of an UITabBarController.
The problem is that UI…
-
From: Crashlytics notifier@crashlytics.com
To: m.seretkina@saintlab.com
Date: Sunday 8 February 2015 16:43:50
Subject: New Issue Discovered in Omnom 1.1 (2533)
Omnom 1.1 (2533)
NEW ISSUE FOUND
UINavi…
-
```
Spy
0x100d10000 + 150232
Spy
0x100d10000 + 150264
UIKitCore
-[UIView(CALayerDelegate) layoutSublayersOfLayer:]
QuartzCore
CA::Layer::layout_if_needed(CA::Transaction*)
UIKitCore
-[UIView…
-
#### Description
Summary:
When a UINavigationController is the seventh item in a UITabBarController with 9 or more tabs, then the app window is resized to smaller size with Split View, then returned …
-
When a top (modeless) view controller is popped from the navigation stack through the navigation bar "
ghost updated
6 years ago
-
I've been trying to implement this in an app and running into errors, so I downloaded the example assuming it would show me my problem. Unfortunately the REMarkerClustererExample app throws the same e…
-
Hi, first of all thank you for you work, it is awesome and I have been using it successfully for a long time.
I just decided to go for size classes in Xcode 6.1, so all my "normal" segues were conver…
-
There is no root view controller in your application delegate, so your demo crashed and I fixed it!
- (BOOL)application:(UIApplication _)application didFinishLaunchingWithOptions:(NSDictionary *)launc…
-
m making a netflix clone with a youtube video off free code camp, with xcode, Im in the part where on the main tab its putting four tabs to press on and its telling me that vc1 has never been used
…
-
```
// Assume [UI7Kit patchIfNeeded] called in main.m before NSApplicationMain
[[UINavigationBar appearance] setTitleTextAttributes:@{ UITextAttributeTextColor : [UIColor blueColor] }];
/…