0

如果我必须像这样在底部的 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 上的页码

4

1 回答 1

0

使用协议设置委托系统。

于 2013-07-08T23:44:30.380 回答