JeeGee1983

Results 2 issues of JeeGee1983

The - (void)setEnableShadow:(BOOL)enable method does not work in IOS 11. It's a problem with self.view in this method. self.view.layer.shadowColor = [UIColor darkGrayColor].CGColor; *** Assertion failure in -[_UINavigationBarVisualProviderModernIOS _contentViewFittingHeight], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit/UIKit-3694.4.18/_UINavigationBarVisualProviderModernIOS.m:544 Any...

With an iCarousel object in my ViewController, the carousel dissappears when presenting an UIAlertController (UIAlertControllerStyleActionSheet) or UIPopoverController. The function reloadData has to be called to get it back. Any idea...