#iOSDesignForAndroid
Android程序员,最痛苦的莫过于iOSDesign的UI设计了,收藏一些iOS风格的Android代码
###qq群:257524154
###博客:http://blog.csdn.net/chenzhenlindx
###github:https://github.com/chenzhenlindx
##1.ActionSheetForAndroid
模仿IOS里面的UIActionSheet控件,有iOS6和iOS7两种风格,可以自定义风格,背景图片、按钮图片、文字颜色、间距等。
项目地址:https://github.com/baoyongzhang/ActionSheetForAndroid
##2.IOS_7-SwipeGesture-Android
类似iOS7的邮件列表滑动删除功能
项目地址:https://github.com/dharanikumar/IOS_7-SwipeGesture-Android
##3.AndroidUIView v1.1.0 模仿iOS的UIButtton
项目地址:https://github.com/drakeet/AndroidUIView
##4.appirater-android 模仿iOS的提醒评分界面
项目地址:https://github.com/drewjw81/appirater-android
##5.uitableview4android 模仿iOS的UITableView,基于android的ListView,实现类似于iOS设置界面那种效果
项目地址:https://github.com/DayS/uitableview4android
##6.iOS Contact ListView for Android 模仿iOS的通讯录,包含以下特点:
- 搜索框
- 列表索引
- 选中的头部效果
项目地址:https://github.com/thehung111/ContactListView
##7.ATableView 模仿iOS的UITableView项目地址:https://github.com/dmacosta/ATableView
![](https://camo.githubusercontent.com/5cbc47c9ac3db34cc41451bbf4a430c59e4c83b4/687474703a2f2f6f6934352e74696e797069632e636f6d2f7673686e32782e6a7067)
##8.XButton-android 模仿iOS的按钮点击效果,实现原理是简单的在按钮背景加一个蒙层,实现变灰的效果
项目地址:https://github.com/Maxwin-z/XButton-android
##9.SHSwitchView IOS7 风格的Switch开关
项目地址:https://github.com/7heaven/SHSwitchView
##10.TreeView An android ExpandListView like IOS's TreeView.
项目地址:https://github.com/MarkMjw/TreeView