【问题标题】:Can we have a email button on left side of navigation bar of iphone application?我们可以在iphone应用程序导航栏的左侧有一个电子邮件按钮吗?
【发布时间】:2010-12-07 10:03:55
【问题描述】:

我的 iphone 应用程序具有电子邮件功能。我想将电子邮件按钮放在应用程序导航栏的左侧。该应用程序没有“返回”链接,所以我在导航栏的左侧有空间来添加电子邮件按钮。

我想知道,苹果是否允许?因为它不是该位置按钮的默认行为。

【问题讨论】:

    标签: iphone usability


    【解决方案1】:

    可以,没问题。

    【讨论】:

      【解决方案2】:
      self.navigationItem.leftBarButtonItem=[[UIBarButtonItem alloc] initWithTitle:@"Email" style:UIBarButtonItemStyleBordered target:self action:@selector(createMail:)];
      
      -(void)createMail:(id)sender
      {
          //code here for mail functionallity.
      }
      

      用它来解决你的问题

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 2011-05-12
        • 1970-01-01
        • 2011-04-13
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2014-10-01
        • 2017-08-09
        相关资源
        最近更新 更多