ca-archived / iOS-NBUImagePicker

Modular image picker with Simulator-compatible AVFondation camera, assets library, filters and more.
http://cyberagent.github.io/iOS-NBUImagePicker
Apache License 2.0
193 stars 48 forks source link

Come up with a clean way to configure not-yet loaded views' properties from controllers or Picker. #3

Open rivera-ernesto opened 10 years ago

rivera-ernesto commented 10 years ago

Currently only the most common properties can be directly configured from the Picker or its controllers without subclassing.

NBUCameraView, NBUCropView, etc., many more properties and some are "forwarded" from the controller but it will be ugly and hard to maintain to just reproduce every property there.

One possible solution would be to have a dictionary of keyPaths and values to be applied as views get loaded.

Related to #2.