All code areas associated with iOS Hybrid Web Container customizations are annotated with IOS_CUSTOMIZATION_POINT_<customization> comment tags, or touch points.
| Touch Point | Description | 
|---|---|
| IOS_CUSTOMIZATION_POINT_PRESETSETTINGS | Provides alternative ways to get connection settings so they do not show up on the Settings screen. This prevents the user from changing them. There are variations on this customization. | 
| IOS_CUSTOMIZATION_POINT_DEFAULTSETTINGS | Set the defaults for the Settings screen. | 
| IOS_CUSTOMIZATION_POINT_PREPACKAGED_APP | Include a prepackaged Hybrid App that launches automatically when the Hybrid Web Container starts. | 
| IOS_CUSTOMIZATION_POINT_PIN | Use for PIN screen customizations, or to remove the PIN screen. | 
| IOS_CUSTOMIZATION_POINT_SORTING | Sort Hybrid Apps or messages based on different criteria. | 
| IOS_CUSTOMIZATION_POINT_FILTERING | Filter the list of Hybrid Apps or messages so only items meeting certain criteria are shown. | 
| IOS_CUSTOMIZATION_POINT_HTTPHEADERS | Set HTTP headers for the iOS Hybrid Web Container to include authentication tokens. | 
| IOS_CUSTOMIZATION_POINT_FONTS | Customize fonts in the Hybrid Web Container. | 
| IOS_CUSTOMIZATION_POINT_SPLASHSCREEN | Change the splash screen, or the length of time for which it is shown. | 
| IOS_CUSTOMIZATION_POINT_PUSH_NOTIFICATION | Customize how the Hybrid Web Container handles the push notification. | 
| IOS_CUSTOMIZATION_POINT_ANONYMOUS_USER | Returns whether or not anonymous user support is being used.
                                Change to YES to allow clients to register anonymously.  Note: For
                                    this to work, the HWC application connection template must be
                                    configured to use the anonymous security configuration. See
                                        Application Connection Templates in SAP Control Center
                for SAP Mobile Platform.  
 | 
| IOS_CUSTOMIZATION_POINT_HTTPS_CLIENT_CERT_LISTENER | Customize how to handle client certificate authentication challenge. |