Citrrus / MBContactPicker

iOS7 Styled Contact Picker Library that uses a UICollectionView
MIT License
500 stars 60 forks source link

Doesnt play nice when contained in a UINavigationController #76

Open Culann opened 10 years ago

Culann commented 10 years ago

If the view controller that contains the contact picker is pushed onto a navigation controllers stack the contact picker does not operate.

acetcom commented 10 years ago

In your view controller, set 'automaticallyAdjustsScrollViewInsets' to 'NO'. Good luck with you!