HipByte / Flow

Cross-platform libraries for RubyMotion
BSD 2-Clause "Simplified" License
141 stars 29 forks source link

`UI::Button#hidden?` and `UI::Button#hidden=` not available on Android #45

Closed amirrajan closed 8 years ago

amirrajan commented 8 years ago

Steps to reproduce:

cd test
rake android:emulator

In the repl run:

b = UI::Button.new
b.hidden?
b.hidden = true

Weird because UI::Button does inherit from UI::Control, which inherits from UI::View (which has the hidden? hidden= methods.

amirrajan commented 8 years ago

Fixed in https://github.com/HipByte/Flow/commit/39aec3137d42ddb6aece51343fd6e03f93ea370a