实例介绍
12306开源ios客户端实现了部分功能
【实例截图】
【核心代码】
4744300845192858050.zip
├── 12306NG-master
│ ├── 12306NG
│ │ ├── 12306NG-Info.plist
│ │ ├── 12306NG-Prefix.pch
│ │ ├── AboutUsViewController.h
│ │ ├── AboutUsViewController_ip5.xib
│ │ ├── AboutUsViewController.m
│ │ ├── AboutUsViewController.xib
│ │ ├── AddPassengerViewController.h
│ │ ├── AddPassengerViewController_ip5.xib
│ │ ├── AddPassengerViewController.m
│ │ ├── AddPassengerViewController.xib
│ │ ├── AddTravelCompanionViewController.h
│ │ ├── AddTravelCompanionViewController.m
│ │ ├── AppDefine.h
│ │ ├── AppDelegate.h
│ │ ├── AppDelegate.m
│ │ ├── ASIHTTPRequest
│ │ │ ├── ASIAuthenticationDialog.h
│ │ │ ├── ASIAuthenticationDialog.m
│ │ │ ├── ASICacheDelegate.h
│ │ │ ├── ASIDataCompressor.h
│ │ │ ├── ASIDataCompressor.m
│ │ │ ├── ASIDataDecompressor.h
│ │ │ ├── ASIDataDecompressor.m
│ │ │ ├── ASIDownloadCache.h
│ │ │ ├── ASIDownloadCache.m
│ │ │ ├── ASIFormDataRequest.h
│ │ │ ├── ASIFormDataRequest.m
│ │ │ ├── ASIHTTPRequestConfig.h
│ │ │ ├── ASIHTTPRequestDelegate.h
│ │ │ ├── ASIHTTPRequest.h
│ │ │ ├── ASIHTTPRequest.m
│ │ │ ├── ASIInputStream.h
│ │ │ ├── ASIInputStream.m
│ │ │ ├── ASINetworkQueue.h
│ │ │ ├── ASINetworkQueue.m
│ │ │ ├── ASIProgressDelegate.h
│ │ │ └── Reachability
│ │ │ ├── Reachability.h
│ │ │ └── Reachability.m
│ │ ├── BookingTicketViewController.h
│ │ ├── BookingTicketViewController_ip5.xib
│ │ ├── BookingTicketViewController.m
│ │ ├── BookingTicketViewController.xib
│ │ ├── ChooseTravelCompanionViewController.h
│ │ ├── ChooseTravelCompanionViewController_ip5.xib
│ │ ├── ChooseTravelCompanionViewController.m
│ │ ├── ChooseTravelCompanionViewController.xib
│ │ ├── Constants.h
│ │ ├── Constants.m
│ │ ├── Default@2x.png
│ │ ├── Default-568h@2x.png
│ │ ├── Default.png
│ │ ├── en.lproj
│ │ │ ├── InfoPlist.strings
│ │ │ └── Localizable.strings
│ │ ├── FeedbackViewController.h
│ │ ├── FeedbackViewController_ip5.xib
│ │ ├── FeedbackViewController.m
│ │ ├── FeedbackViewController.xib
│ │ ├── GradeAppViewController.h
│ │ ├── GradeAppViewController_ip5.xib
│ │ ├── GradeAppViewController.m
│ │ ├── GradeAppViewController.xib
│ │ ├── img
│ │ │ ├── add_passenger_box.png
│ │ │ ├── address_switch_button.png
│ │ │ ├── address_switch_button_pressed.png
│ │ │ ├── adult_ticket.png
│ │ │ ├── arrived_point.png
│ │ │ ├── auto_login2@2x.png
│ │ │ ├── auto_login_frame@2x.png
│ │ │ ├── background_black.png
│ │ │ ├── bank_choose_frame.png
│ │ │ ├── bankcomm.png
│ │ │ ├── banner@2x.png
│ │ │ ├── banner_bluebutton.png
│ │ │ ├── banner_bluebutton_pressed.png
│ │ │ ├── banner_buttonn_presssed.png
│ │ │ ├── banner_button.png
│ │ │ ├── banner.png
│ │ │ ├── blue_btn@2x.png
│ │ │ ├── bluebutton.png
│ │ │ ├── ccb.png
│ │ │ ├── child_ticket.png
│ │ │ ├── cmb.png
│ │ │ ├── common_frame_triangle.png
│ │ │ ├── common_white_frame.png
│ │ │ ├── comon_white_frame_grayline.png
│ │ │ ├── end.png
│ │ │ ├── end_station.png
│ │ │ ├── feedback_frame.png
│ │ │ ├── gray_button.png
│ │ │ ├── icon1.png
│ │ │ ├── icon2.png
│ │ │ ├── Icon@2x.png
│ │ │ ├── icon_maninfo_head.png
│ │ │ ├── icon_maninfo.png
│ │ │ ├── Icon.png
│ │ │ ├── input_light.png
│ │ │ ├── logo.png
│ │ │ ├── mark.png
│ │ │ ├── setting_black_line.png
│ │ │ ├── setting_black.png
│ │ │ ├── setting_black_triangle.png
│ │ │ ├── sex_radio_chosed.png
│ │ │ ├── sex_radio.png
│ │ │ ├── spdb.png
│ │ │ ├── start.png
│ │ │ ├── start_point.png
│ │ │ ├── start_station.png
│ │ │ ├── student_ticket.png
│ │ │ ├── switch1.png
│ │ │ ├── switch2.png
│ │ │ ├── tip_point.png
│ │ │ ├── top_button_back.png
│ │ │ ├── top_button_backPressed.png
│ │ │ ├── triangle.png
│ │ │ └── up.png
│ │ ├── LoginViewController.h
│ │ ├── LoginViewController.m
│ │ ├── main.m
│ │ ├── NGBackButton.h
│ │ ├── NGBackButton.m
│ │ ├── NGCustomButton.h
│ │ ├── NGCustomButton.m
│ │ ├── NGUserService.h
│ │ ├── NGUserService.m
│ │ ├── NonPaymentViewController.h
│ │ ├── NonPaymentViewController_ip5.xib
│ │ ├── NonPaymentViewController.m
│ │ ├── NonPaymentViewController.xib
│ │ ├── OrderListViewController.h
│ │ ├── OrderListViewController_ip5.xib
│ │ ├── OrderListViewController.m
│ │ ├── OrderListViewController.xib
│ │ ├── OrderModel.h
│ │ ├── OrderModel.m
│ │ ├── PaymentDoneViewController.h
│ │ ├── PaymentDoneViewController_ip5.xib
│ │ ├── PaymentDoneViewController.m
│ │ ├── PaymentDoneViewController.xib
│ │ ├── PaymentViewController.h
│ │ ├── PaymentViewController_ip5.xib
│ │ ├── PaymentViewController.m
│ │ ├── PaymentViewController.xib
│ │ ├── QueryTicketResultViewController.h
│ │ ├── QueryTicketResultViewController_ip5.xib
│ │ ├── QueryTicketResultViewController.m
│ │ ├── QueryTicketResultViewController.xib
│ │ ├── QueryTicketViewController.h
│ │ ├── QueryTicketViewController_ip5.xib
│ │ ├── QueryTicketViewController.m
│ │ ├── QueryTicketViewController.xib
│ │ ├── RegisterViewController.h
│ │ ├── RegisterViewController.m
│ │ ├── ResidualTicketInformViewController.h
│ │ ├── ResidualTicketInformViewController_ip5.xib
│ │ ├── ResidualTicketInformViewController.m
│ │ ├── ResidualTicketInformViewController.xib
│ │ ├── SubmitOrderViewController.h
│ │ ├── SubmitOrderViewController_ip5.xib
│ │ ├── SubmitOrderViewController.m
│ │ ├── SubmitOrderViewController.xib
│ │ ├── TicketModel.h
│ │ ├── TicketModel.m
│ │ ├── TravelCompanionInfoViewController.h
│ │ ├── TravelCompanionInfoViewController.m
│ │ ├── UINavigationController+CustomBackgroundColor.h
│ │ ├── UINavigationController+CustomBackgroundColor.m
│ │ ├── UIViewController+backButtonAction.h
│ │ ├── UIViewController+backButtonAction.m
│ │ ├── UserCenterViewController.h
│ │ ├── UserCenterViewController.m
│ │ ├── userinfo.html
│ │ ├── UserInfomationViewController.h
│ │ ├── UserInfomationViewController.m
│ │ ├── userModel.h
│ │ ├── userModel.m
│ │ ├── util
│ │ │ ├── ASIHTTPRequest
│ │ │ │ ├── ASIAuthenticationDialog.h
│ │ │ │ ├── ASIAuthenticationDialog.m
│ │ │ │ ├── ASICacheDelegate.h
│ │ │ │ ├── ASIDataCompressor.h
│ │ │ │ ├── ASIDataCompressor.m
│ │ │ │ ├── ASIDataDecompressor.h
│ │ │ │ ├── ASIDataDecompressor.m
│ │ │ │ ├── ASIDownloadCache.h
│ │ │ │ ├── ASIDownloadCache.m
│ │ │ │ ├── ASIFormDataRequest.h
│ │ │ │ ├── ASIFormDataRequest.m
│ │ │ │ ├── ASIHTTPRequestConfig.h
│ │ │ │ ├── ASIHTTPRequestDelegate.h
│ │ │ │ ├── ASIHTTPRequest.h
│ │ │ │ ├── ASIHTTPRequest.m
│ │ │ │ ├── ASIInputStream.h
│ │ │ │ ├── ASIInputStream.m
│ │ │ │ ├── ASINetworkQueue.h
│ │ │ │ ├── ASINetworkQueue.m
│ │ │ │ ├── ASIProgressDelegate.h
│ │ │ │ ├── ASIWebPageRequest.h
│ │ │ │ ├── ASIWebPageRequest.m
│ │ │ │ └── Reachability
│ │ │ │ ├── Reachability.h
│ │ │ │ └── Reachability.m
│ │ │ ├── Flurry
│ │ │ │ ├── Flurry.h
│ │ │ │ └── libFlurry.a
│ │ │ ├── HMTLParser
│ │ │ │ ├── HTMLNode.h
│ │ │ │ ├── HTMLNode.m
│ │ │ │ ├── HTMLParser.h
│ │ │ │ ├── HTMLParser.m
│ │ │ │ └── README.md
│ │ │ ├── Logging
│ │ │ │ └── Logging.h
│ │ │ ├── MBProgressHUD
│ │ │ │ ├── MBProgressHUD.h
│ │ │ │ └── MBProgressHUD.m
│ │ │ ├── Other
│ │ │ │ ├── UIViewExt.h
│ │ │ │ └── UIViewExt.m
│ │ │ ├── RegexKitLite-4.0
│ │ │ │ ├── examples
│ │ │ │ │ ├── compiledRegexCache.d
│ │ │ │ │ ├── for_in.m
│ │ │ │ │ ├── link_example.m
│ │ │ │ │ ├── main.m
│ │ │ │ │ ├── NSString-HexConversion.h
│ │ │ │ │ ├── NSString-HexConversion.m
│ │ │ │ │ └── utf16ConversionCache.d
│ │ │ │ ├── License.html
│ │ │ │ ├── License.rtf
│ │ │ │ ├── RegexKitLite.h
│ │ │ │ ├── RegexKitLite.html
│ │ │ │ └── RegexKitLite.m
│ │ │ └── SBJSON
│ │ │ ├── JSON.h
│ │ │ ├── NSObject+SBJSON.h
│ │ │ ├── NSObject+SBJSON.m
│ │ │ ├── NSString+SBJSON.h
│ │ │ ├── NSString+SBJSON.m
│ │ │ ├── SBJsonBase.h
│ │ │ ├── SBJsonBase.m
│ │ │ ├── SBJSON.h
│ │ │ ├── SBJSON.m
│ │ │ ├── SBJsonParser.h
│ │ │ ├── SBJsonParser.m
│ │ │ ├── SBJsonWriter.h
│ │ │ └── SBJsonWriter.m
│ │ └── zh-Hant.lproj
│ │ ├── InfoPlist.strings
│ │ └── Localizable.strings
│ ├── 12306NG.xcodeproj
│ │ ├── project.pbxproj
│ │ ├── project.xcworkspace
│ │ │ ├── contents.xcworkspacedata
│ │ │ └── xcuserdata
│ │ │ ├── lm3515.xcuserdatad
│ │ │ │ └── UserInterfaceState.xcuserstate
│ │ │ └── mb471.xcuserdatad
│ │ │ └── UserInterfaceState.xcuserstate
│ │ └── xcuserdata
│ │ ├── lm3515.xcuserdatad
│ │ │ └── xcschemes
│ │ │ ├── 12306NG.xcscheme
│ │ │ └── xcschememanagement.plist
│ │ └── mb471.xcuserdatad
│ │ ├── xcdebugger
│ │ │ └── Breakpoints.xcbkptlist
│ │ └── xcschemes
│ │ ├── 12306NG.xcscheme
│ │ └── xcschememanagement.plist
│ ├── Docs
│ │ ├── chaxun.txt
│ │ ├── countryCode.txt
│ │ ├── dict.txt
│ │ ├── doc V1.0.doc
│ │ ├── getuserinfo.txt
│ │ ├── login.txt
│ │ ├── query.txt
│ │ ├── register.js
│ │ ├── register.txt
│ │ ├── Station_Names.plist
│ │ ├── station_name.txt
│ │ ├── usercenter.html
│ │ └── userinfo.html
│ └── README.md
└── __MACOSX
└── 12306NG-master
├── 12306NG
│ ├── ASIHTTPRequest
│ │ └── Reachability
│ ├── en.lproj
│ ├── img
│ ├── util
│ │ ├── ASIHTTPRequest
│ │ │ └── Reachability
│ │ ├── Flurry
│ │ ├── HMTLParser
│ │ ├── Logging
│ │ ├── MBProgressHUD
│ │ ├── Other
│ │ ├── RegexKitLite-4.0
│ │ │ └── examples
│ │ └── SBJSON
│ └── zh-Hant.lproj
├── 12306NG.xcodeproj
│ ├── project.xcworkspace
│ │ └── xcuserdata
│ │ └── mb471.xcuserdatad
│ └── xcuserdata
│ └── mb471.xcuserdatad
│ ├── xcdebugger
│ └── xcschemes
└── Docs
58 directories, 260 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论