README.md in motion-kit-0.10.2 vs README.md in motion-kit-0.10.3

- old
+ new

@@ -1,10 +1,10 @@ # MotionKit *The RubyMotion layout and styling gem.* -1. Crossplatform compatibility: iOS, OSX +1. Crossplatform compatibility: iOS, OSX, and planned support for Android 2. Simple, easy to learn DSL 3. Crossframework compatibility: - [UIKit][readmore-uikit] - [ApplicationKit][readmore-applicationkit] - [AutoLayout][readmore-autolayout] @@ -29,11 +29,11 @@ [readmore-uikit]: https://github.com/rubymotion/motion-kit/blob/master/READMORE.md#uikit [readmore-applicationkit]: https://github.com/rubymotion/motion-kit/blob/master/READMORE.md#applicationkit [readmore-coreanimation]: https://github.com/rubymotion/motion-kit/blob/master/READMORE.md#coreanimation [readmore-frames]: https://github.com/rubymotion/motion-kit/blob/master/READMORE.md#frames [readmore-autolayout]: https://github.com/rubymotion/motion-kit/blob/master/READMORE.md#autolayout -[readmore-nsmenu]: https://github.com/rubymotion/motion-kit/blob/master/READMORE.md#nsmenu +[readmore-nsmenu]: https://github.com/rubymotion/motion-kit/blob/master/READMORE.md#nsmenu-os-x ## What happened to Teacup?? You can [read all about](#goodbye-teacup) why Colin decided that Teacup needed to @@ -179,11 +179,10 @@ end add UIView, :inputs do frame x: 0, y: 0, width: '100%', height: '100% - 50' - # setting autoresizing_mask should handle rotation events; this overrides - # any automatic mask settings that occurred in 'frame' + # setting autoresizing_mask should handle rotation events autoresizing_mask :pin_to_top, :flexible_height, :flexible_width # we'll use 'sizeToFit' to calculate the height add UITextField, :username_input do frame [[10, 10], ['100% - 10', :auto]]