(this library is part of B4i v2.50)
The iUI8 library includes several UI features that are only supported by iOS 8+.
The following line should be added when using this library:
Currently (Feb 2016), 93% of the devices run iOS 8+.
The controls in this library are implemented as custom views. This means that they should be added with the visual designer. Custom views are made of a base panel and the actual custom view. You can get this panel with the BaseView property.
The following views are included:
- WKWebView - An improved implementation of WebView with better performance. The API is similar to WebView (with more functionality).
- VisualEffectView - A simple view that creates a blur effect:
- TableView - TableView from iTableView2 library has moved to this library. It is now implemented as a custom view. This library replaces iTableView2 library.
- NavControlExtra - Collection of properties that allow hiding the navigation controller bars with a swipe, a tap, landscape or when the keyboard appears.
The iUI8 library includes several UI features that are only supported by iOS 8+.
The following line should be added when using this library:
B4X:
#MinVersion: 8.0
The controls in this library are implemented as custom views. This means that they should be added with the visual designer. Custom views are made of a base panel and the actual custom view. You can get this panel with the BaseView property.
The following views are included:
- WKWebView - An improved implementation of WebView with better performance. The API is similar to WebView (with more functionality).
- VisualEffectView - A simple view that creates a blur effect:
- TableView - TableView from iTableView2 library has moved to this library. It is now implemented as a custom view. This library replaces iTableView2 library.
- NavControlExtra - Collection of properties that allow hiding the navigation controller bars with a swipe, a tap, landscape or when the keyboard appears.