-
crash stack:
[UITextView dealloc]
[UITextView dealloc]
...
...
...
[UITextView dealloc]
[UITextView dealloc]
[UITextView dealloc]
ios9.1
only if I put your files in my project, delloc crash, remove f…
-
Hi, LNPopupController dosent allow to click on keyboard, i have made a test project so u can test it, when u touch UISearchBar, keyboard shows up but its not clickable, it happens even when u don't pr…
-
My code is
``` objectivec
[RACObserve(self.searchBar, text) subscribeNext:^(NSString* text) {
NSLog(@"Text: %@", text);
}];
```
never called.
When I add rac_textsignal to searchBar
``` ob…
-
``` objc
#import "TjMessageViewController.h"
#import "TjSearchBar.h"
#import "TjMessage.h"
#import "TjMessageCell.h"
#import
@interface TjMessageViewController ()
@property(nonatomic,weak) UISearc…
-
Hi I try to add UISearchBar but after pull to refresh update or select row the UISearchBar will missing , it's any solution for use UISearchBar ?
I did self.automaticallyAdjustsScrollViewInsets = tru…
akaco updated
9 years ago
-
Looking at property finder apps on the app store, most use the UISearchBar
-
因为我的TableView上面有一个SearchBar,显示普通列表和显示搜索结果列表我都是使用同一个TableView,因此,我想能不能在显示普通列表的时候,footer和header是可用的;在显示搜索结果的时候,footer和header是不可用的。我代码如下,程序会死掉:
我实现了UISearchBarDelegate的两个方法:
``` java
func searchBarShoul…
-
Stack Trace
```
[01:45:49]: -------------------------------------------------
[01:45:49]: --- Step: Verifying required fastlane version ---
[01:45:49]: -----------------------------------------------…
-
![image](https://cloud.githubusercontent.com/assets/4592706/10069653/28a0f6ca-62e0-11e5-8c43-2b3b22e2314e.png)
I want to change the word `Cancel` to `取消`,how can I to do ?
Thanks very much.
-
Hi,
First thanks for your library (and for your realm talk !)
Everything works fine but I'm struggling with this question :
How I can adapt JSQCoreDataKit with a UISearchController the most swiftn…