UINavigationBar BarButtonItem with Plain Style

前端 未结 8 2222
不思量自难忘°
不思量自难忘° 2020-12-14 09:19

i got the following code:

- (id)init {
  if (self = [super init]) {
      self.title = @\"please wait\";
      UIBarButtonItem *favorite = [[UIBarButtonItem          


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