Avalon icon indicating copy to clipboard operation
Avalon copied to clipboard

A prototype binding framework for iOS - to support the MVVM pattern

Results 17 Avalon issues
Sort by recently updated
recently updated
newest added

Perhaps it would be better to have an observable array as an adapter over a strongly types swift array?

It should be possible to specify that a bounds property is converted to a string via a formatter: https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Strings/Articles/formatSpecifiers.html

enhancement
low-priority

When you pick a new value, an exception is thrown, something to do with the delegate multiplexer. First spotted in this commit: https://github.com/ColinEberhardt/Avalon/commit/8f9f4c326da841ea9dab796a2eb54c6bdb37ab8a

bug

Remembering to correctly prefix their names (if necessary)

enhancement
low-priority

Need to work out how this will be achieved, e.g. how to create a placeholder while images are loaded? what happens when cells are recycled?

question

Provide binding support to the following: UIView subclasses - [x] UILabel - [x] UIPickerView - [x] UIProgressView - [x] UIActivityIndicator - [x] UIImageView - [ ] UITabBar - [ ]...

Similar to the knockout concept, very useful for master-detail

enhancement
low-priority

The UIControl binding is disposed, but UIView is not.