首页 > 移动平台 > 详细

IOS简单的登陆界面

时间:2014-04-29 22:28:08      阅读:625      评论:0      收藏:0      [点我收藏+]

主要需要注意的几个问题:

       1.导入图片方式最好用文件导入

         代码:

         在ViewController.m文件中

         bubuko.com,布布扣

       2.UILable常用属性

         @property(nonatomic,copy)   NSString           *text; //设置文本内容         

         @property(nonatomic,retain) UIFont             *font; //设置字体       

         @property(nonatomic,retain) UIColor            *textColor; //设置文本颜色     

         @property(nonatomic)        NSTextAlignment    textAlignment;   //设置文本的排列方式     

         @property(nonatomic) NSInteger numberOfLines;//设置文本多行显示

       3.UITextField 文本输入框

          1、密码输入框要隐藏输入字符,以黑点代替 
          2、Login时会检查输入框,若输入不合法,弹窗提示用户 
          3、点击界面空白地方的时候,能够收起输入键盘,防止挡住用户点击登陆。 

     代码:

          bubuko.com,布布扣           

           //点击界面空白地方的时候,能够收起输入键盘,防止挡住用户点击登陆

            bubuko.com,布布扣 

            //登陆按钮

             bubuko.com,布布扣

             bubuko.com,布布扣

总结:

        熟悉@property(nonatomic) NSInteger numberOfLines;//设置文本多行显示

        熟悉密码安全设置secureTextEntry变黑点

        熟悉-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event回收键盘方法

        熟悉按钮addTarget控制点击事件的使用

        熟悉UIAlertView类的使用

 

     

IOS简单的登陆界面,布布扣,bubuko.com

IOS简单的登陆界面

原文:http://www.cnblogs.com/taopengcun/p/3697018.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!