-
Hi,
I'm using the category on UINavigationController to animate push/pop using a fold transition. The animation of the content area is perfect, however at the end of the animation, the UINavigationBa…
-
Given a programatically created (non- Interface Builder) view controller:
``` objective-c
- (BOOL)application:(UIApplication*)application didFinishLaunchingWithOptions:(NSDictionary*)launchOptions
{
…
ghost updated
6 years ago
-
the code
```
- (UIViewController *)viewPager:(ViewPagerController *)viewPager contentViewControllerForTabAtIndex:(NSUInteger)index {
AMSettingsViewController *settings = [[AMSettingsViewControll…
-
I programatically init ISMViewController and set the viewControllers to a UINavigationController based view controller. but on the top of UINavigationBar, there are a area height as status height, is …
-
I have a MasterDetail storyboard setup as created by the Xcode 7 project template, using a UISplitViewController as front view controller (and additional setup in AppDelegate application didFinishLaun…
-
I have made my own NavigationController which is a UIView and I have not used UINavigationController .But how should I use ENSwiftSideMenu without UINavigationController ??
-
Here is my code(Swift 2.1):
```
let navigSide : UINavigationController = UINavigationController(rootViewController: ObjSide)
navigSide.navigationBarHidden = true
let navigCenter : UIN…
-
I found an issue when presenting the photo browser with UINavigationController, the scroll view has the wrong behavior and dismisses gestures disappear (swipe up | down).
```
let browser = SKPhoto…
-
Hi there!
In #4 you show how to use coordinators with tabBarController. But what if I want to go back from tabBarController? My code:
`
class TabCoordinator: BaseCoordinator {
le…
-
## Motivation
- Reduce setup burden.
- Avoid library users from touching Objective-C AppDelegate.