实例介绍
xcode7做的ios版本的程序源码,程序模仿微信界面做的,使用tabbar、tableview等常用控件,autolayout布局,包括聊天,设置等功能
【实例截图】
【核心代码】
我的微信完整版
├── __MACOSX
│ ├── 鎴戠殑寰俊瀹屾暣鐗?
│ ├── 鎴戠殑寰俊瀹屾暣鐗?._.DS_Store
│ ├── 鎴戠殑寰俊瀹屾暣鐗?._鎴戠殑寰俊
│ ├── 鎴戠殑寰俊瀹屾暣鐗?鎴戠殑寰俊
│ │ ├── Controller
│ │ ├── Images.xcassets
│ │ │ ├── AppIcon.appiconset
│ │ │ ├── discover
│ │ │ │ ├── MoreGame.imageset
│ │ │ │ ├── MoreQRCode.imageset
│ │ │ │ ├── MoreShake.imageset
│ │ │ │ ├── MoreShopping.imageset
│ │ │ │ └── MoreShowAlbum.imageset
│ │ │ ├── fbb03.imageset
│ │ │ ├── icon80.imageset
│ │ │ ├── LaunchImage.launchimage
│ │ │ ├── Message
│ │ │ │ ├── message_i.imageset
│ │ │ │ └── message_other.imageset
│ │ │ ├── MoreFunctionFrame.imageset
│ │ │ ├── navibar
│ │ │ │ ├── contacts_add_friend.imageset
│ │ │ │ └── navibg.imageset
│ │ │ ├── profile
│ │ │ │ ├── ExpressionShops.imageset
│ │ │ │ ├── header.imageset
│ │ │ │ ├── MyAlbum.imageset
│ │ │ │ ├── MyBankCard.imageset
│ │ │ │ ├── MyFavorites.imageset
│ │ │ │ ├── MyPackageCard.imageset
│ │ │ │ ├── Setting.imageset
│ │ │ │ └── setting_myQR.imageset
│ │ │ ├── tabbar
│ │ │ │ ├── tabbarBkg.imageset
│ │ │ │ ├── tabbar_contactsHL.imageset
│ │ │ │ ├── tabbar_contacts.imageset
│ │ │ │ ├── tabbar_discoverHL.imageset
│ │ │ │ ├── tabbar_discover.imageset
│ │ │ │ ├── tabbar_mainframeHL.imageset
│ │ │ │ ├── tabbar_mainframe.imageset
│ │ │ │ ├── tabbar_meHL.imageset
│ │ │ │ ├── tabbar_me.imageset
│ │ │ │ └── toolbarBkg_white.imageset
│ │ │ ├── tabbar_selected_back.imageset
│ │ │ └── ToolView
│ │ │ ├── SendTextViewBkg.imageset
│ │ │ ├── ToolViewBkg_Black.imageset
│ │ │ ├── ToolViewEmotionHL.imageset
│ │ │ ├── ToolViewEmotion.imageset
│ │ │ ├── ToolViewInputTextHL.imageset
│ │ │ ├── ToolViewInputText.imageset
│ │ │ ├── ToolViewInputVoiceHL.imageset
│ │ │ ├── ToolViewInputVoice.imageset
│ │ │ ├── ToolViewKeyboardHL.imageset
│ │ │ ├── ToolViewKeyboard.imageset
│ │ │ ├── TypeSelectorBtn_Black.imageset
│ │ │ └── TypeSelectorBtnHL_Black.imageset
│ │ └── View
│ ├── 鎴戠殑寰俊瀹屾暣鐗?._鎴戠殑寰俊Tests
│ ├── 鎴戠殑寰俊瀹屾暣鐗?鎴戠殑寰俊Tests
│ ├── 鎴戠殑寰俊瀹屾暣鐗?._鎴戠殑寰俊.xcodeproj
│ └── 鎴戠殑寰俊瀹屾暣鐗?鎴戠殑寰俊.xcodeproj
│ ├── project.xcworkspace
│ │ └── xcuserdata
│ └── xcuserdata
│ └── tarena.xcuserdatad
│ └── xcschemes
├── 鎴戠殑寰俊瀹屾暣鐗?
├── 鎴戠殑寰俊瀹屾暣鐗?.DS_Store
├── 鎴戠殑寰俊瀹屾暣鐗?鎴戠殑寰俊
│ ├── AppDelegate.h
│ ├── AppDelegate.m
│ ├── Base.lproj
│ │ └── Main.storyboard
│ ├── Controller
│ │ ├── FirstTableViewController.h
│ │ ├── FirstTableViewController.m
│ │ ├── Message.h
│ │ ├── Message.m
│ │ ├── MessageViewController.h
│ │ ├── MessageViewController.m
│ │ ├── XZNavigationController.h
│ │ ├── XZNavigationController.m
│ │ ├── XZTabBarController.h
│ │ └── XZTabBarController.m
│ ├── Images.xcassets
│ │ ├── AppIcon.appiconset
│ │ │ ├── AppIcon29x29@2x.png
│ │ │ ├── AppIcon29x29@3x.png
│ │ │ ├── AppIcon40x40@2x.png
│ │ │ ├── AppIcon40x40@3x.png
│ │ │ ├── AppIcon60x60@2x.png
│ │ │ ├── AppIcon60x60@3x.png
│ │ │ └── Contents.json
│ │ ├── discover
│ │ │ ├── MoreGame.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── MoreGame@2x.png
│ │ │ │ ├── MoreGame@3x.png
│ │ │ │ └── MoreGame.png
│ │ │ ├── MoreQRCode.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── MoreQRCode@2x.png
│ │ │ │ ├── MoreQRCode@3x.png
│ │ │ │ └── MoreQRCode.png
│ │ │ ├── MoreShake.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── MoreShake@2x.png
│ │ │ │ ├── MoreShake@3x.png
│ │ │ │ └── MoreShake.png
│ │ │ ├── MoreShopping.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── MoreShopping@2x.png
│ │ │ │ └── MoreShopping@3x.png
│ │ │ └── MoreShowAlbum.imageset
│ │ │ ├── Contents.json
│ │ │ ├── MoreShowAlbum@2x.png
│ │ │ ├── MoreShowAlbum@3x.png
│ │ │ └── MoreShowAlbum.png
│ │ ├── fbb03.imageset
│ │ │ ├── Contents.json
│ │ │ └── fbb03.jpg
│ │ ├── icon80.imageset
│ │ │ ├── Contents.json
│ │ │ └── icon80.png
│ │ ├── LaunchImage.launchimage
│ │ │ ├── Contents.json
│ │ │ ├── LaunchImage@2x.png
│ │ │ ├── LaunchImage-568h@2x.png
│ │ │ ├── LaunchImage-800-667h@2x.png
│ │ │ └── LaunchImage-800-Portrait-736h@3x.png
│ │ ├── Message
│ │ │ ├── message_i.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── message_i@2x.png
│ │ │ │ └── message_i.png
│ │ │ └── message_other.imageset
│ │ │ ├── Contents.json
│ │ │ ├── message_other@2x.png
│ │ │ └── message_other.png
│ │ ├── MoreFunctionFrame.imageset
│ │ │ ├── Contents.json
│ │ │ ├── MoreFunctionFrame@2x.png
│ │ │ └── MoreFunctionFrame@3x.png
│ │ ├── navibar
│ │ │ ├── contacts_add_friend.imageset
│ │ │ │ ├── contacts_add_friend@2x.png
│ │ │ │ ├── contacts_add_friend@3x.png
│ │ │ │ └── Contents.json
│ │ │ └── navibg.imageset
│ │ │ ├── Contents.json
│ │ │ └── navibg@2x.png
│ │ ├── profile
│ │ │ ├── ExpressionShops.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── ExpressionShops@2x.png
│ │ │ │ ├── ExpressionShops@3x.png
│ │ │ │ └── ExpressionShops.png
│ │ │ ├── header.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── header.png
│ │ │ ├── MyAlbum.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── MyAlbum@2x.png
│ │ │ │ ├── MyAlbum@3x.png
│ │ │ │ └── MyAlbum.png
│ │ │ ├── MyBankCard.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── MyBankCard@2x.png
│ │ │ │ ├── MyBankCard@3x.png
│ │ │ │ └── MyBankCard.png
│ │ │ ├── MyFavorites.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── MyFavorites@2x.png
│ │ │ │ ├── MyFavorites@3x.png
│ │ │ │ └── MyFavorites.png
│ │ │ ├── MyPackageCard.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── MyPackageCard@2x.png
│ │ │ ├── Setting.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── Setting@2x.png
│ │ │ │ └── Setting@3x.png
│ │ │ └── setting_myQR.imageset
│ │ │ ├── Contents.json
│ │ │ └── setting_myQR@2x.png
│ │ ├── tabbar
│ │ │ ├── tabbarBkg.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ └── tabbarBkg@2x.png
│ │ │ ├── tabbar_contactsHL.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── tabbar_contactsHL@2x.png
│ │ │ │ └── tabbar_contactsHL@3x.png
│ │ │ ├── tabbar_contacts.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── tabbar_contacts@2x.png
│ │ │ │ └── tabbar_contacts@3x.png
│ │ │ ├── tabbar_discoverHL.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── tabbar_discoverHL@2x.png
│ │ │ │ └── tabbar_discoverHL@3x.png
│ │ │ ├── tabbar_discover.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── tabbar_discover@2x.png
│ │ │ │ └── tabbar_discover@3x.png
│ │ │ ├── tabbar_mainframeHL.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── tabbar_mainframeHL@2x.png
│ │ │ │ └── tabbar_mainframeHL@3x.png
│ │ │ ├── tabbar_mainframe.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── tabbar_mainframe@2x.png
│ │ │ │ └── tabbar_mainframe@3x.png
│ │ │ ├── tabbar_meHL.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── tabbar_meHL@2x.png
│ │ │ │ └── tabbar_meHL@3x.png
│ │ │ ├── tabbar_me.imageset
│ │ │ │ ├── Contents.json
│ │ │ │ ├── tabbar_me@2x.png
│ │ │ │ └── tabbar_me@3x.png
│ │ │ └── toolbarBkg_white.imageset
│ │ │ ├── Contents.json
│ │ │ └── toolbarBkg_white@2x.png
│ │ ├── tabbar_selected_back.imageset
│ │ │ ├── Contents.json
│ │ │ ├── tabbar_selected_back@2x.png
│ │ │ └── tabbar_selected_back.png
│ │ └── ToolView
│ │ ├── SendTextViewBkg.imageset
│ │ │ ├── Contents.json
│ │ │ └── SendTextViewBkg@2x.png
│ │ ├── ToolViewBkg_Black.imageset
│ │ │ ├── Contents.json
│ │ │ └── ToolViewBkg_Black@2x.png
│ │ ├── ToolViewEmotionHL.imageset
│ │ │ ├── Contents.json
│ │ │ └── ToolViewEmotionHL@2x.png
│ │ ├── ToolViewEmotion.imageset
│ │ │ ├── Contents.json
│ │ │ └── ToolViewEmotion@2x.png
│ │ ├── ToolViewInputTextHL.imageset
│ │ │ ├── Contents.json
│ │ │ └── ToolViewInputTextHL@2x.png
│ │ ├── ToolViewInputText.imageset
│ │ │ ├── Contents.json
│ │ │ └── ToolViewInputText@2x.png
│ │ ├── ToolViewInputVoiceHL.imageset
│ │ │ ├── Contents.json
│ │ │ └── ToolViewInputVoiceHL@2x.png
│ │ ├── ToolViewInputVoice.imageset
│ │ │ ├── Contents.json
│ │ │ └── ToolViewInputVoice@2x.png
│ │ ├── ToolViewKeyboardHL.imageset
│ │ │ ├── Contents.json
│ │ │ └── ToolViewKeyboardHL@2x.png
│ │ ├── ToolViewKeyboard.imageset
│ │ │ ├── Contents.json
│ │ │ └── ToolViewKeyboard@2x.png
│ │ ├── TypeSelectorBtn_Black.imageset
│ │ │ ├── Contents.json
│ │ │ └── TypeSelectorBtn_Black@2x.png
│ │ └── TypeSelectorBtnHL_Black.imageset
│ │ ├── Contents.json
│ │ └── TypeSelectorBtnHL_Black@2x.png
│ ├── Info.plist
│ ├── main.m
│ ├── View
│ │ ├── MessageCell.h
│ │ └── MessageCell.m
│ ├── ViewController.h
│ └── ViewController.m
├── 鎴戠殑寰俊瀹屾暣鐗?鎴戠殑寰俊Tests
│ ├── Info.plist
│ └── ____Tests.m
└── 鎴戠殑寰俊瀹屾暣鐗?鎴戠殑寰俊.xcodeproj
├── project.pbxproj
├── project.xcworkspace
│ ├── contents.xcworkspacedata
│ └── xcuserdata
│ └── tarena.xcuserdatad
│ └── UserInterfaceState.xcuserstate
└── xcuserdata
└── tarena.xcuserdatad
└── xcschemes
├── xcschememanagement.plist
└── 鎴戠殑寰俊.xcscheme
127 directories, 162 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论