刘旭

Results 5 issues of 刘旭

* What went wrong: Execution failed for task ':common:kaptGenerateStubsReleaseKotlin'. > Kotlin could not find the required JDK tools in the Java installation '/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home' used by Gradle. Make sure Gradle...

您好,我这里是在CustomTableView里直接 - (instancetype)initWithFrame:(CGRect)frame style:(UITableViewStyle)style { self.mj_header = [MJRefreshHeader headerWithRefreshingTarget:self refreshingAction:@selector(loadData)]; self.mj_footer = [MJRefreshFooter footerWithRefreshingTarget:self refreshingAction:@selector(loadMoreData)]; } 然后发现下拉刷新是从segmentBar下面开始进行下拉(与header分离了)。然后mj_header/footer的UI也看不到,就是只有偏移效果,并看不到下拉刷新,松开释放刷新那些控件。 之后拿XCode自带的图层查看,发现mj_header/footer都在header的顶部那块,不清楚什么情况,还请指点迷津,自己添加刷新该怎么处理

如果按照答案的方式解决这个问题.那么请问当scrollView不滑动的时候会触发两次timer的事件,这样也不是理想的效果吧....

enum 中驼峰命名法和下划线命名法混用错误:枚举类型的命名规则和函数的命名规则相同:命名时使用驼峰命名法,勿使用下划线命名法。 这里函数命名上 《编写高质量iOS与OS X代码的52个有效方法》里说了在私有方法的函数命名上最好加上“p_” 这种表示前缀 请问为何函数的命名不能加下划线呢?

while i am moving the first card, i can also move the second card. there is a bug. card display wrong. i need help, please fix. thank you very much.