-
The first view controller in my `UINavigationController` has a transparent `UINavigationBar` (by setting the background image to `UIImage()`) with a dark image underneath - the status bar is set to `l…
-
Through trial and error I got following to pass:
```
tmp = ObjCClass("UINavigationController").alloc().initWithRootViewController_(root)
```
Wouldn't it be nice to get that data from call sign…
-
When I worked it with UINavigationController and UITabBarController, item at the end of tableview cell didn't show fully. Means it's behind the TabBar.
Any Help? with that?
-
The cards animation works but my final view has an incorrect offset of 30px that hides behind the navigation bar (a NOT-translucent navigation bar).
My guess is it has something do with:
[UIView addK…
BobDG updated
11 years ago
-
**Problem:** When using `ReSwiftRouter` we want every view controller change to be reflected by a route update. This means we need to be notified when UIKit's container view controllers trigger VCs to…
Ben-G updated
7 years ago
-
## 💡 요약
- Coordinator를 큰 피쳐에 따라 분리
## [참고]
`AuthCoordinator`에서 `MainCoordinator`로 변환하는 것은 사용자 인증이 완료된 후 메인 앱 흐름으로 전환하는 것을 의미합니다. 이 작업은 다음과 같은 단계를 통해 수행할 수 있습니다:
1. **현재 `AuthCoordinator`를 종료…
-
on app launch, i'm displaying a standard UIAlertView which it's main purpose is to present a `UINavigationController` when the user clicks on the UIAlertView's positive button.
If iRate already prese…
-
I am using MGSplitViewController with properties:
self.splitViewController.showsMasterInPortrait = YES;
self.splitViewController.splitPosition = 300;
I have a UINavigationController set to the maste…
ghost updated
13 years ago
-
The first viewController (rootView) added to a UINavigationController is not correctly positioned at the first use.
The first viewController appear behind the UINavigationBar so the top of it is not …
MintK updated
13 years ago
-
UINavigationController *navigation = [[UINavigationController alloc] initWithRootViewController:viewController];
navigation.modalPresentationStyle = UIModalPresentationCustom;
navigati…