Hi guys,
How can I scroll to the Second Tab programmatically?
Respect.
inside viewdidappear use this
self.moveToViewController(at: 1,animated: false)
Thank you very much @ahmedsafadii
Never use the index which is already selected
else you would waste your time alot.
Most helpful comment
inside viewdidappear use this