sigmundfridge

Results 8 issues of sigmundfridge

Fixes #15 I've also updated the pod spec (version number) and README. I might be overstepping my authority, but I figured it would make it easier for you to get...

Hi, Loving the calendar. I needed to select multiple dates. To do this I subclassed `DFDatePickerView`, and overwrote the following methods.... ``` objc - (UICollectionView *) collectionView; - (DFDatePickerDayCell *)collectionView:(UICollectionView...

enhancement
question

I see Track has a MKCoordinateRegion property (region), but as far as I can tell it is never set.

If I have multiple text fields in a table observing changes to a model property, then as the cells are reused they start observing multiple properties. This can be fixed...

Ok, my second issue (see https://github.com/arashpayan/APTokenField/issues/1) is that ``` - (void)tokenField:(APTokenField *)tokenField didAddObject:(id)object; ``` only fires when a tag is selected from the UITableView. In my case, I want to...

Hi, Great project. I hope it's still being supported. I am currently implementing it such that: a) It works exactly in the demo (starting to type brings up a table,...

Not sure if this is a bug or an error on my part but with my pods installation, and a complete copy of your example app, the contact selection popover...

I am using the scroll view on a page to display a certain selection of views from an array as follows (this runs every viewWillAppear): ``` [self.pagingScrollView cleanPages]; [self.pagingScrollView addPages:views];...