-
topLayoutGuideは初期化されない場合がある。
そのため、checkViewControllerがうまくいかない。
-
Hi,
I am trying to add the dimelo SDK on my iOS app but I have a problem with the input bar not being completely visible as you can see on this screenshot.
![image](https://cloud.githubusercontent.co…
-
UIViewController *tempVC = [UIApplication sharedApplication].keyWindow.rootViewController;
while (1) {
if ([tempVC isKindOfClass:[UITabBarController class]]) {
tempVC = …
-
我尝试使用self.tabBarController?.selectedIndex = 0
但是没效果,如果我想再其他控制器使用
应该怎么写?
-
### 运行环境 ###
- [x] iOS 设备:`iPhone 5S`
- [x] 系统版本:`iOS 8.1.3`
- [x] Xcode 版本:`8.3.1`
- [x] QMUI iOS 版本:`1.6.1`
### 具体问题描述 ###
在 iOS8 点击最后一个tabbar 时 崩溃 在qmui_addSubview
#### 问题截图 ####
…
-
Hello i have one tabbar and navigation bar for each item inside tabbar.
var contentList = [MenuItemContentViewController]()
let storyboard = UIStoryboard(name: "Main", bundle: nil)
l…
ghost updated
7 years ago
-
Hi, i recently have this issue, with iOS 10.2.1
System.ObjectDisposedException: Cannot access a disposed object.
- [NSObject get_SuperHandle()]
`Object name: 'BadgedTabbedPageRenderer'.
at F…
-
### Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
- [x] I have read the [wiki page](https://github.com/onevcat/Kingfis…
-
## Base Info for this issue
不能获取到tabbarController的点击事件
1. Version:v1.10.0
2. Language:Objective-C
4. iOS System Version:iOS10
5. Prototype(是否是真机):YES
6. Issue Type:Crash、Bug、Enhanc…
-
![o7tka](https://user-images.githubusercontent.com/26571887/27221849-540b5f8a-528a-11e7-9b50-abdfd2b2afb2.png)
Here's the Swift 3 version with a custom UITabBarController and I would like to adapt…