I see that iOS9 and xCode7 introduced a new field called "semantic" into storyboard config. A google search did not reveal relevant results on top.
相关问题
- Unable to change UISearchBar cancel button title c
- UIModalTransitionStyleFlipHorizontal flips Vertica
- Xcode UI Testing - Finding element in Webview by i
- iOS autolayout - gap between image and top of the
- Begin UIPanGesture Event From A Pressed State At T
相关文章
- “Storyboard.storyboard” could not be opened
- Temporal Extraction (i.e. Extract date/time entiti
- Why are my UIView layer properties not being set w
- Swift - Outlets cannot be connected to repeating c
- How to show the keyboard for a UIView
- UIView subclass draws background despite completel
- Using the device simulator for iOS 8 with Xcode 7
- Rotate (angle) a UIView, using User Defined Runtim
There is a new internationalization support in iOS 9, which enables flipping of the interface from left to right and vice versa depending on the current system language. You can choose Arabic language to test it. Arabic is read from right to left, so the interface is flipped.
Here you can read the Apple's guide on it.
The property "Semantic" in the storyboard is a rule which allows the iOS to know if the view should be flipped or not. There are multiple options:
Source - Apple's documentation