I have about 7 to 8 view controllers for registration process and I need to show one common progress bar. I tried container view but its not going properly. Is there any another way to do that
Asked
Active
Viewed 137 times
1 Answers
0
You can use view controller containment concept.
Also for more better visibility on same you can refer Same UIProgressView Over Multiple View Controllers

Sumit_VE
- 429
- 2
- 12
-
I tried same, almost a year back and it worked for me. – Sumit_VE Aug 30 '21 at 06:59