QMUIDemo_iOS icon indicating copy to clipboard operation
QMUIDemo_iOS copied to clipboard

Sample Code for QMUI iOS

Results 12 QMUIDemo_iOS issues
Sort by recently updated
recently updated
newest added

### 运行环境 ### - [x] iOS 设备:`iPhone` / `iPad` / `模拟器` - [x] 系统版本:`iOS 10.x` - [x] Xcode 版本:`8.x` - [x] QMUI iOS 版本:`1.x.x` ### 具体问题描述 ### 当tab的item大于5,并且tab的selectedIndex大于等于5的时候,系统把子项强行放到了moreNavigationController,导致获取selectedViewController的navVC里面的viewControllers为0 - (UIViewController...

bug

### 运行环境 ### - [x] iOS 设备:`iPhone` / `iPad` / `模拟器` - [x] 系统版本:`iOS 10.x` - [x] Xcode 版本:`8.x` - [x] QMUI iOS 版本:`1.x.x` ### 具体问题描述 ### #### 问题截图 ####

### 运行环境 ### - [x] iOS 设备:`iPhone` - [x] 系统版本:`iOS 14.2` - [x] Xcode 版本:`12.3` - [x] QMUI iOS 版本:`4.2.3` ### 具体问题描述 ### 图片缩放 会闪 #### 问题截图 ####

### 运行环境 ### - [x] iOS 设备:`iPhone` / `iPad` / `模拟器` - [x] 系统版本:`iOS 10.x` - [x] Xcode 版本:`8.x` - [x] QMUI iOS 版本:`1.x.x` ### 具体问题描述 ### 直接赋值属性字符串时,newHeightAfterTextChanged方法没有调用,并且placeholder没有消失 textView.attributedText ####...

### 运行环境 ### - [x] iOS 设备:`iPhone` / `iPad` / `模拟器` - [x] 系统版本:`iOS 10.x` - [x] Xcode 版本:`8.x` - [x] QMUI iOS 版本:`1.x.x` ### 具体问题描述 ### #### 问题截图 ####

**Bug 表现** QMUIDemo_iOS中,QDImagePickerExampleViewController采用默认相册控件,在[sendImageWithImagesAssetArray]方法中下载iCloud图片后,本身的asset就变为空,导致imagesAssetArray为0 element,实际上就是iCloud下载的图片没有正常回调 **截图** **如何重现** 1. QMUIDemo_iOS进入QMUIPickingImage,选择【默认】 2. 选择时间比较旧的存放在iCloud图片,点击【发送】 3. 提示【成功发送0个资源】,图片实际上没有存放在asset里面 **预期的表现** 1. 提示【成功发送x个资源】 **其他信息** - 设备: iPhone 6s - iOS 版本: [iOS 13.5.1] - Xcode 版本: [Xcode 11.5]...

### 具体问题描述 ### 准备翻译成Swift。 希望熟悉Swift,并且熟悉Swift[编程规范](https://github.com/raywenderlich/swift-style-guide)的朋友能和我一起早日完成翻译工程。 期间使用[Swiftformat](https://github.com/nicklockwood/SwiftFormat),保证代码风格 https://github.com/huangboju/QMUI.swift

### 运行环境 ### - [x] iOS 设备:`iPhone 13` - [x] 系统版本:`iOS 16.0` - [x] Xcode 版本:`14.0` - [x] QMUI iOS 版本:`4.1.3` ### 具体问题描述 ### QMUINavigationController * nav = [[QMUINavigationController alloc]initWithRootViewController:self];...

1、MainController 实现了UITabBarController class MainController: UITabBarController { } 2、QMUIKit:版本号:4.7.0 3、AppDelegate类里直接跳转到MainController(使用的是UINavigationController方式跳转) window = UIWindow(frame: UIScreen.main.bounds) window!.rootViewController = UINavigationController(rootViewController: MainController()) window!.makeKeyAndVisible() 4、项目直接崩溃,出错位置:UINavigationController+QMUI.m 类 203行: if (!willPushActually) { QMUIAssert(NO, @"UINavigationController (QMUI)", @"调用了 pushViewController 但实际上没...