-
Hi
I want to push controller from side menu but its not working
here is my code
let profileController = storyboard.instantiateViewController(withIdentifier: "ProfileViewController") as! Profi…
-
## 💡 요약
- Coordinator를 큰 피쳐에 따라 분리
## [참고]
`AuthCoordinator`에서 `MainCoordinator`로 변환하는 것은 사용자 인증이 완료된 후 메인 앱 흐름으로 전환하는 것을 의미합니다. 이 작업은 다음과 같은 단계를 통해 수행할 수 있습니다:
1. **현재 `AuthCoordinator`를 종료…
-
I tried to pass the startPageIndex as 10 but the pdf is not loaded as page 11
```swift
private func showDocument(_ document: PDFDocument) {
let image = UIImage(named: "")
let contr…
-
主页是tableview的话,使用如下方式push。返回主页的tableview会偏移44
[self.navigationController hh_pushViewController:[TopBackViewController new] style:AnimationStyleTopBack];
-
-(void) navigationTo:(NSString _) targetView{
JHSLuaViewController_ c = [[JHSLuaViewController alloc] initWithSource:targetView];
[self.navigationController pushViewController:c animated:YES];…
-
iPhone X先presentViewController一个界面,返回后再pushViewController,tabbar会向下位移,等第二个界面加载完成后才隐藏。
-
I have an issue that when the first time i run build the app (Only the first time, remove app and run build):
The navigation bar height is smaller when i pushViewController from tabBarController.
VC…
-
希望在调用 [super pushViewController:]之前判空一下
-
Survey(검색)
NavigationController로 연결된 성별,나이,이벤트,가격,카테고리를 선택할때 ViewController가 계속 PUSH 된다.
마지막 결과창인 SurveyResultViewController에서 Tabbar에 검색버튼을 누르면 검색의 초기단계로 이동되지만
X버튼을 추가하여 PUSH된 ViewController들을…
-
https://user-images.githubusercontent.com/13271517/169979460-a9a9e4d0-6b81-480c-83cc-82867bd03e1a.mov
![3](https://user-images.githubusercontent.com/13271517/169979598-97ba2306-6107-42d6-9e74-dc02f27…