ios - Is it possible to change the PageControl position? -


i have uipageviewcontroller pagecontrol on , want change position.

but i'm working hard on 2 days , nothing. cannot change it's y position.

i tried with

view.frame.origin.y 

and

view.layer.position.y 

i've tried stack overflow answers. i've tried 'for sub in view.subviews' (i took answers). did not helped me, either.

so, want know, possible?

i have 1 uipageviewcontroller , 2 viewcontrollers: viewcontroller , contentviewcontroller. in viewcontroller implement things, pageviewcontroller also, in contentvc manage inageview content.

my source code long, if need @ sone exact part, ask me , i'll provide you.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -