如果我必须在底部的uitoolbar上显示页码作为标题,就像这样
_toolbar = [[UIToolbar alloc] initWithFrame:CGRectMake(0, 960, self.view.bounds.size.width, 45)];
_title1 = [[UIBarButtonItem alloc] initWithTitle:[NSString stringWithFormat:@"Page %u", currentIndex]
style:UIBarButtonItemStylePlain
target:nil
action:nil];
然后可以在翻转页面时更新UIToolbar上的页码
答案 0 :(得分:0)
使用协议设置委托系统。