Dima Shmidt

Results 19 issues of 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....

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...

I can't see any Swift source code. Where can I get Swift files?

Can you please add it to CocoaPods?

Same amount of characters for the "Place of birth", written in different languages gives different result: ![screen shot 2013-10-26 at 23 06 54](https://f.cloud.github.com/assets/1472370/1414224/612e4950-3e72-11e3-9b16-bce2a8851899.png) ![screen shot 2013-10-26 at 23 09 55](https://f.cloud.github.com/assets/1472370/1414225/617ec3e4-3e72-11e3-9271-a840e55d11ea.png)...

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: ```...

O-Community

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.