muh-umair
Results
1
comments of
muh-umair
I faced the same issue and solved it by adding a delay in setting number of pages like this. `DispatchQueue.main.asyncAfter(deadline: DispatchTime.now()) { self.pageControl?.numberOfPages = self.moods.count }`