PWInlineInAppView
instance with the identifier property.PWInlineInAppView
instances to the places in your app where you’re going to display the in-app message.
Set the identifier property for every PWInlineInAppView
instance. You can do it both from code or using Attributes Inspector of Interface Builder.PWInlineInAppView
does not have height constraint, the placeholder will be automatically collapsed until the Rich Media is loaded. After the successful load, the Rich Media is expanded.PWInlineInAppView
to the UIScrollView:PWInlineInAppView
Attributes Inspector as follows:PWInlineInAppView
Attributes Inspector as follows:com.pushwoosh.inapp.view.inline.InlineInAppView
to your project's XML, and set the identifier as follows:InlineInAppView
was created from code, add the identifier by setter: