Skip to content

iSofTom/STBinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

STBinding

Bring OS X Bindings back to iOS

This class allow you to bind properties of objects.

Example

[myObject bindKeyPath:@"myProperty" toObject:otherObject withKeyPath:@"otherProperty" oneWay:YES];

With this example, myProperty of myObject will be automatically updated as soon as otherProperty of otherObject will change.

About

Bring OS X Bindings back to iOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published