Dima Shmidt
Dima Shmidt
When UITextField deallocates, it sends release call to UICollectionView. You can check this by embedding UINavigationController in your demo project with empty view controller with button, which will open TabBarController....
crash
Hi, Thanks for the great control. I tried to run the example, and after I entered some text in the textfield, I've got a crash: `return [self.fetchedResultsController objectAtIndexPath:indexPath];` On line...
Swift
I can't see any Swift source code. Where can I get Swift files?
CocoaPod
Can you please add it to CocoaPods?
Same amount of characters for the "Place of birth", written in different languages gives different result:  ...
Can you please add text field with autocompletion? There is a pod for that, which can be integrated: https://github.com/hoteltonight/HTAutocompleteTextField
Error message says that it can't find `hg` file. Try to install this pod: ``` pod 'SLCountryPicker' ```
``` swift // Link objects var person = Person() person.name = "Tim" person.dogs.append(mydog) realm.write { realm.add(person) } ``` There should be an option to unlink objects without object deletion: ```...
In a few non-English localizations time length is much longer than US but the length of TimeScroller is fixed now, so in other localization text goes out of black field.