Changing UIPageViewController's page programmatically doesn't update the UIPageControl

后端 未结 7 1737
悲哀的现实
悲哀的现实 2020-12-09 17:39

In my custom UIPageViewController class:

- (id)initWithCoder:(NSCoder *)aDecoder
{
    self = [super initWithCoder:aDecoder];
    if (self) {
           


        
7条回答
提交回复
热议问题