ios UIAlertView修攺其布局,自定义UIAlertView

时间:2015-11-19 09:22:14
【文件属性】:

文件名称:ios UIAlertView修攺其布局,自定义UIAlertView

文件大小:37KB

文件格式:ZIP

更新时间:2015-11-19 09:22:14

ios UIAlertView 重写 自定义

1.系统的UIAlertView使用方便,但是有时需要三个按钮,这时的UIAlertView会出现问题,三个按钮的默认摆放位置,不尽人意 2.使用UIAlertView的Delegate,来修改其布局


【文件预览】:
TheNewVersionNoticeAlertView
----.DS_Store(6KB)
----TheNewVersionNoticeAlertView copy-Info.plist(1KB)
----TheNewVersionNoticeAlertView.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(18KB)
----TheNewVersionNoticeAlertView()
--------TheNewVersionNoticeAlertView-Prefix.pch(359B)
--------en.lproj()
--------VersionNoticeAlertView.m(411B)
--------main.m(369B)
--------MainViewController.m(3KB)
--------Default-568h@2x.png(18KB)
--------TheNewVersionNoticeAlertView-Info.plist(1KB)
--------VersionNoticeAlertView.h(259B)
--------AppDelegate.h(379B)
--------Default.png(6KB)
--------Default@2x.png(16KB)
--------MainViewController.h(339B)
--------AppDelegate.m(2KB)

网友评论

  • 不行啊,获取到的subviews是空的么
  • 挺不错的,好用
  • 例子不错,谢谢楼主
  • 不错,值得借鉴
  • 例子不错,谢谢楼主
  • 挺好的demon,学习了。
  • 终于找到一个例子,挺好的,重新布局了,很感谢
  • 三个按钮要重画一下
  • 终于找到一个例子,挺好的,重新布局了,很感谢
  • 的确是重新布局了,非常感谢楼主的分享,要是能把button的点击事件也重定义就更好了,非常想学习!