-
💉 Compiling /Users/zhudan/Desktop/EnglishLearningApp/EnglishLearningApp/Home/View/SearchWordHistoryView.swift
/Users/zhudan/Library/Containers/com.johnholdsworth.InjectionIII/Data/tmp/command.sh: lin…
-
random crash on iPhone
## Steps to Reproduce
1. App Request address book permission
2. when user select, my app will send some platform message
3. crash
**Expected results:**
**A…
-
- [What's New in iOS](https://github.com/ShannonChenCHN/iOSLevelingUp/issues/95)
- 应用的启动过程与生命周期
- View Controller 的生命周期
- 基础控件、自定义控件
- Foundation
- NSObject 类和 NSObject 协议
- [NSArray 和 NSMut…
-
- 对象模型
- 动态特性
- 基本语法
- [property](https://github.com/ShannonChenCHN/iOSLevelingUp/issues/39#issuecomment-359373264)
- [block](https://github.com/ShannonChenCHN/iOSLevelingUp/issues/70)
-…
-
YYKit 1.0.9
我有一个无限刷的列表 有图片和基它UI ,在快速拉列表时,内存增长的非常快,然后被系统kill掉,通过leak查下了 有很大一部份的内存泄露都指向了YYKit, 如下图,我试过把所有的缓存都做到disk里,也试过cache.memoryCache.costLimit限制大小,但都没有效果,能否帮忙查看下这个内存泄露的问题么,这个还挺严重的,
-
YYKit中的YYKVStorage,崩溃在sqlite3_exec调用上,请问如何解决?
(BOOL)_dbExecute:(NSString *)sql {
if (sql.length == 0) return NO;
if (![self _dbCheck]) return NO;
char *error = NULL;
int result = sqlite3_exec…
-
中文:
我们的app不支持屏幕旋转,但是在绑定intune后出现了一个crash
English:
Our app does not support screen rotation, but there was a crash after binding InTune
crash:
OS Version: iOS 15.6 (19G71)
Report Version: 104…
-
### The language of WCDB
Objective-C
### The version of WCDB
v1.1.0
### The platform of WCDB
iOS
### The installation of WCDB
Cocoapods,
### What's the issue?
1. 由于项目里有使用基于系统sql…
-
![IMG_0035](https://user-images.githubusercontent.com/19404612/79199373-7d787900-7e67-11ea-86dd-9d8fe76c72cf.GIF)
**bug描述**
请简单描述你的bug现象。
子类是滑动的类是UITableView的时候,会出现向下滑动的同时也可以左右滑动,我很认真看过你的刷新…
-
YYKit 和ReactiveCocoa都有定义,如何去除此warning?