m1entus / MZFormSheetPresentationController

MZFormSheetPresentationController provides an alternative to the native iOS UIModalPresentationFormSheet, adding support for iPhone and additional opportunities to setup UIPresentationController size and feel form sheet.
MIT License
974 stars 145 forks source link

Presented view can be sized automatically #74

Closed phatmann closed 8 years ago

phatmann commented 8 years ago

Pass UILayoutFittingCompressedSize or UILayoutFittingExpandedSize into contentViewSize, and the view will be automatically resized via auto-layout.

The example app was updated to include this new feature. The README sample code was also updated to mention this feature.

phatmann commented 8 years ago

Please do not merge yet, fixing some issues.

phatmann commented 8 years ago

This is now ready to merge.

m1entus commented 8 years ago

Looks good thanks!