Ahmed-Ali / RealmObjectEditor

Realm Object Editor is a visual editor where you can create your Realm entities, attributes and relationships inside a nice user interface. Once you finish, you can save your schema document for later use and you can export your entities in Swift, Objective-C and Java.
MIT License
424 stars 47 forks source link

Scroll to end of document when adding items #14

Closed dcramps closed 8 years ago

dcramps commented 8 years ago

Allows adding of entities, attributes, and relationships without having to manually scroll to the bottom of the list once the list is taller than the view.

Ahmed-Ali commented 8 years ago

Merged Thanks for your contribution @dcramps