3.1.2
- Fix
+[FLEXRuntimeUtility potentiallyUnwrapBoxedPointer:type:
so that it doesn't try to unboxNSNumber
instances - Add
-subviews
and-superview
@properties toUIView
- Keep search bar active between screens
- Fix #359 a little better—enumerate
UIApplication.windows
until we find the firstUITextEffectsWindow
and adjust that window instead of looking right atUIApplication.windows[1]