html5仿苹果通讯录效果,仿IOS手机通讯录效果
【實例簡介】
仿IOS手機通訊錄效果:
1.獲取手機聯系人;
2.首字母排序顯示;
3.搜索聯系人連動;
4.顯示聯系人信息
5.撥打電話
【實例截圖】
【核心代碼】
ContactionView
└── ContactionView
├── ContactionView
│?? ├── AppDelegate.h
│?? ├── AppDelegate.m
│?? ├── Assets.xcassets
│?? │?? ├── AppIcon.appiconset
│?? │?? │?? └── Contents.json
│?? │?? ├── Contents.json
│?? │?? ├── headerimage.imageset
│?? │?? │?? ├── Contents.json
│?? │?? │?? └── default_avatar.png
│?? │?? └── transparent.imageset
│?? │?? ├── Contents.json
│?? │?? └── pic.jpg
│?? ├── Base.lproj
│?? │?? ├── LaunchScreen.storyboard
│?? │?? └── Main.storyboard
│?? ├── ChineseSorting
│?? │?? ├── ChineseString.h
│?? │?? ├── ChineseString.m
│?? │?? ├── pinyin.c
│?? │?? └── pinyin.h
│?? ├── CustomAlertView.h
│?? ├── CustomAlertView.m
│?? ├── Info.plist
│?? ├── main.m
│?? ├── MobileAddressBook.h
│?? ├── MobileAddressBook.m
│?? ├── MyButton.h
│?? ├── MyButton.m
│?? ├── ViewController.h
│?? ├── ViewController.m
│?? └── View.xib
├── ContactionViewTests
│?? ├── ContactionViewTests.m
│?? └── Info.plist
├── ContactionViewUITests
│?? ├── ContactionViewUITests.m
│?? └── Info.plist
└── ContactionView.xcodeproj
├── project.pbxproj
├── project.xcworkspace
│?? ├── contents.xcworkspacedata
│?? └── xcuserdata
│?? └── linkhzz.xcuserdatad
│?? └── UserInterfaceState.xcuserstate
└── xcuserdata
└── linkhzz.xcuserdatad
├── xcdebugger
│?? └── Breakpoints_v2.xcbkptlist
└── xcschemes
├── ContactionView.xcscheme
└── xcschememanagement.plist
18 directories, 35 files
總結
以上是生活随笔為你收集整理的html5仿苹果通讯录效果,仿IOS手机通讯录效果的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: mac下怎么清空缓存(缓存并硬性重新加载
- 下一篇: oracle无法创建监听器,关于Orac