You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i'm using pollfish in one of my apps and and creating this issue because the API is not very view-controller friendly. In my 2cents opinion, developers should be able to present the survey, if available, from any view controller with a simple method, such as:
which may throw when the survey is not available.
Moreover, the red 'pollfish' badge should be optional and you should allow developers to choose whether they want that badge or simply present the survey in a more iOS friendly way. I know that it is possible to call Pollfish.initWithPosition(...) and then hide(), but this is very nice because the survey will stick to the current view controller.
Last thing: if the current view controller is smaller than the screen (like an alert dialog), the survey will be smaller as well.
Hope it helps.
/Andrea
The text was updated successfully, but these errors were encountered:
Pollfish at the moment works by placing an overlay view (when you call init) on the current view controller by traversing view hierarchy. Having that said it is not possible to have Pollfish overlay on multiple view controllers. However we will look into this in future development milestones.
Hi,
i'm using pollfish in one of my apps and and creating this issue because the API is not very view-controller friendly. In my 2cents opinion, developers should be able to present the survey, if available, from any view controller with a simple method, such as:
which may
throw
when the survey is not available.Moreover, the red 'pollfish' badge should be optional and you should allow developers to choose whether they want that badge or simply present the survey in a more iOS friendly way. I know that it is possible to call
Pollfish.initWithPosition(...)
and thenhide()
, but this is very nice because the survey will stick to the current view controller.Last thing: if the current view controller is smaller than the screen (like an alert dialog), the survey will be smaller as well.
Hope it helps.
/Andrea
The text was updated successfully, but these errors were encountered: