App Settings for iOS
Status Bar Color
- Status Bar Color: This setting allows you to specify the color of the status bar, which is the horizontal bar at the top of the screen displaying time, battery status, and notifications. You can use a hexadecimal color code to define the color. For example, #FFFFFF represents white.
Screen Orientation
- Screen Orientation: This setting determines how the app behaves in terms of screen orientation:
- Portrait Only: Locks the app to portrait mode, allowing users to view it only in a vertical orientation.
- Portrait & Landscape: Allows the app to rotate between portrait and landscape modes, accommodating both orientations.
- Landscape Only: Locks the app to landscape mode, allowing users to view it only in a horizontal orientation.
Pull to Refresh
- Pull to Refresh: Enabling this option allows users to manually refresh the content displayed in the app by pulling down on the screen. This is particularly useful for apps that display dynamic content, such as news feeds or social media timelines.
Show Loader on Page Navigation
- Show Loader on Page Navigation: When enabled, this setting displays a loading indicator (loader) when users navigate between pages within the app. This provides visual feedback to users that the app is fetching or processing data, improving the overall user experience.
Show No Internet Screen
- Show No Internet Screen: Enabling this option displays a screen indicating no internet connection when the device is offline. This helps users understand why certain app features may not be available and prompts them to check their internet connection.
Enable Full Screen
- Enable Full Screen: Enabling this option displays the app in full-screen mode, hiding the status and navigation bars. This provides a more immersive experience for users by maximizing the available screen space and reducing distractions.
Show Strip on Safe Area (Bottom Notch Area)
- Show Strip on Safe Area: This setting allows you to show a strip on the safe area of devices with bottom notches. Enabling this ensures that your app's content is not obstructed by the device's notch, maintaining a consistent user experience across different devices.
- Safe Area Color: Customize the color of the safe area, which is the area of the screen where content is guaranteed to be visible and not obstructed by device elements such as notches or rounded corners. Use a hexadecimal color code to define the color.
Do you want app for iPads as well?
- Do you want app for iPads as well?: Specify whether you want the app to be available for iPads in addition to iPhones. Enabling this option ensures that your app is optimized for both iPhone and iPad devices, providing a seamless experience across all iOS devices.
Do you want to keep screen on always?
- Do you want to keep screen on always?: Enabling this option keeps the device screen on at all times, preventing it from automatically turning off. This can be useful for apps that require continuous display, such as in-vehicle display apps, kiosk apps, or demo apps.
Save
- Save: Click "Save" to apply the changes to your app settings and save your configurations.
Rebuild your app
After changes rebuild your app to see the changes and then download.