chaser

Results 9 issues of chaser

**SwiftEntryKit Release** 1.2.6 **Describe the bug** crash only on iOS 15.5.0 iPhone 12 Pro Max **Crash report** 0 libsystem_kernel.dylib __pthread_kill + 8 1 libsystem_pthread.dylib pthread_kill + 268 2 libsystem_c.dylib abort...

- (void)keyboardDidShow:(NSNotification *)noti { NSDictionary *info = noti.userInfo; self.keyboardHeight = [info[UIKeyboardFrameEndUserInfoKey] CGRectValue].size.height; self.keyboardShowing = YES; // Adjust the content inset of suggestion view self.searchSuggestionVC.tableView.contentInset = UIEdgeInsetsMake(-30, 0, self.keyboardHeight + 30,...

这个项目是不是只适用于单导航项目?如 tabbarcontroller 每个自控制器自带导航,或者 present 带有导航的 viewcontroller 都不行? demo 里2presen3的时候你直接吧3设置为更控制器不好吧。。这样前两两个控制器被你注销了。

hey,i have a question at: NativeEventFormViewController.m // Repeat row = [XLFormRowDescriptor formRowDescriptorWithTag:@"repeat" rowType:XLFormRowDescriptorTypeSelectorPush title:@"Repeat"]; row.value = [XLFormOptionsObject formOptionsObjectWithValue:@(0) displayText:@"Never"]; row.selectorTitle = @"Repeat"; row.selectorOptions = @[[XLFormOptionsObject formOptionsObjectWithValue:@(0) displayText:@"Never"], [XLFormOptionsObject formOptionsObjectWithValue:@(1) displayText:@"Every...

how to modify app displayName,when it user Localizable ?

How to update podspace and push to cocoapod?

update realm version 2.8.3