kompiler Member Licensed User Longtime User Nov 4, 2019 #1 How can I put a Label or Image above PageViewController? I want to keep the Label or Image on screen always in the same place.
How can I put a Label or Image above PageViewController? I want to keep the Label or Image on screen always in the same place.
Erel B4X founder Staff member Licensed User Longtime User Nov 5, 2019 #2 Use iTabStrip or this solution instead of PageViewController: https://www.b4x.com/android/forum/threads/paging-indicator-for-scrollview.66094/#post-418575 This will allow you to add views above them. Upvote 0
Use iTabStrip or this solution instead of PageViewController: https://www.b4x.com/android/forum/threads/paging-indicator-for-scrollview.66094/#post-418575 This will allow you to add views above them.
Semen Matusovskiy Well-Known Member Licensed User Nov 5, 2019 #3 PageViewController has a view. Means, possible to add subview. Attachments PageController.zip 112.8 KB · Views: 282 Upvote 0
kompiler Member Licensed User Longtime User Nov 6, 2019 #4 Semen Matusovskiy, your solution works great, thank you! Upvote 0