
移动开发iOS
CodeMan的博客
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
新浪微博开发九(自定义底部菜单栏)
// // MyTabBar.h // 新浪微博 // // Created by jose on 15-3-17. // Copyright (c) 2015年 jose. All rights reserved. // #import //代理 @class MyTabBar; @protocol MyTabBarDelegate //实现plus响应的原创 2015-03-19 12:42:53 · 1170 阅读 · 0 评论 -
新浪微博开发之二十一(微博模型)
// // MyUserModel.h // 新浪微博 // // Created by jose on 15-3-31. // Copyright (c) 2015年 jose. All rights reserved. // 用户模型 #import @interface MyUserModel : NSObject /** string 用户昵称原创 2015-04-30 20:13:51 · 737 阅读 · 0 评论 -
新浪微博开发之二十(中间工具栏控制器)
// // MyPlusController.h // 新浪微博 // // Created by jose on 15-3-26. // Copyright (c) 2015年 jose. All rights reserved. // Plus控制器 #import #import "MyTextToolBar.h" @interface MyPl原创 2015-04-30 20:03:36 · 385 阅读 · 0 评论 -
新浪微博开发之二十五(封装微博工具)
// // MyWeiboTool.h // 新浪微博 // // Created by Jose on 15-4-6. // Copyright (c) 2015年 jose. All rights reserved. // 封装微博工具 #import #import "MyWeiboParams.h" #import "MyWeiboResult.h"原创 2015-04-30 20:39:48 · 340 阅读 · 0 评论 -
新浪微博开发之二十三(微博请求结果返回模型)
// // MyWeiboResult.h // 新浪微博 // // Created by Jose on 15-4-6. // Copyright (c) 2015年 jose. All rights reserved. // 微博返回结果模型 #import @interface MyWeiboResult : NSObject /** 微博模型原创 2015-04-30 20:34:13 · 480 阅读 · 0 评论 -
新浪微博开发之二十八(原创微博frame)
// // MyweiboOriginalFrame.h // 新浪微博 // // Created by Jose on 15-4-20. // Copyright (c) 2015年 jose. All rights reserved. // 原创微博frame #import #import "UIView+Extension.h" @class MyW原创 2015-04-30 21:25:33 · 356 阅读 · 0 评论 -
新浪微博开发之二十九(原创微博view)
// // MyweiboOriginalView.h // 新浪微博 // // Created by Jose on 15-4-20. // Copyright (c) 2015年 jose. All rights reserved. // #import @class MyweiboOriginalFrame; @interface Myweibo原创 2015-04-30 21:28:14 · 387 阅读 · 0 评论 -
新浪微博开发之三十二(原创微博和转发微博frame)
// // MyweiboDetailFrame.h // 新浪微博 // // Created by Jose on 15-4-20. // Copyright (c) 2015年 jose. All rights reserved. // 原创和转发微博的frame #import #import "UIView+Extension.h" @class M原创 2015-04-30 22:08:32 · 382 阅读 · 0 评论 -
新浪微博开支三十三(原创和转发微博view)
// // MyweiboDetailView.h // 新浪微博 // // Created by Jose on 15-4-21. // Copyright (c) 2015年 jose. All rights reserved. // #import @class MyweiboDetailFrame; @interface MyweiboDetailVi原创 2015-04-30 22:12:00 · 368 阅读 · 0 评论 -
新浪微博开发之三十六(微博view)
// // MyweiboTableViewCell.h // 新浪微博 // // Created by Jose on 15-4-21. // Copyright (c) 2015年 jose. All rights reserved. // #import @class MyweiboFrame; @interface MyweiboTableVi原创 2015-04-30 22:52:41 · 385 阅读 · 0 评论 -
新浪微博开发之二十四(微博末读消息模型)
// // MyWeiboUnReadCountResult.h // 新浪微博 // // Created by jose on 15-4-8. // Copyright (c) 2015年 jose. All rights reserved. // 微博末读消息模型 #import @interface MyWeiboUnReadCountResul原创 2015-04-30 20:34:43 · 520 阅读 · 0 评论 -
新浪微博开发之二十七(全局变量)
// // Global.h // 新浪微博 // // Created by jose on 15-3-23. // Copyright (c) 2015年 jose. All rights reserved. // #ifndef _____Global_h #define _____Global_h //添加全局 #define ScreenBou原创 2015-04-30 20:58:51 · 365 阅读 · 0 评论 -
新浪微博开发之三十(转发微博frame)
// // MyweiboRetweetedFrame.h // 新浪微博 // // Created by Jose on 15-4-20. // Copyright (c) 2015年 jose. All rights reserved. // 转发微博frame #import #import "UIView+Extension.h" @class My原创 2015-04-30 21:35:13 · 406 阅读 · 0 评论 -
新浪微博开发之三十一(转发微博view)
// // MyweiboRetweetedView.h // 新浪微博 // // Created by Jose on 15-4-21. // Copyright (c) 2015年 jose. All rights reserved. // #import @class MyweiboRetweetedFrame; @interface Myweibo原创 2015-04-30 22:06:51 · 339 阅读 · 0 评论 -
新浪微博开发之三十四(微博工具栏view)
// // MyweiboToolBarView.h // 新浪微博 // // Created by Jose on 15-4-21. // Copyright (c) 2015年 jose. All rights reserved. // #import @class MyWeiboModel; @interface MyweiboToolBarView :原创 2015-04-30 22:38:08 · 607 阅读 · 0 评论 -
新浪微博开发之二十二(微博请求参数模型)
// // MyWeiboParams.h // 新浪微博 // // Created by Jose on 15-4-6. // Copyright (c) 2015年 jose. All rights reserved. // 微博请求参数模型 #import @interface MyWeiboParams : NSObject /** acce原创 2015-04-30 20:31:50 · 632 阅读 · 0 评论 -
新浪微博开发之二十六(上拉加载)
// // MyLoadFootWeiboData.h // 新浪微博 // // Created by jose on 15-4-2. // Copyright (c) 2015年 jose. All rights reserved. // #import @interface MyLoadFootWeiboData : UIView +(instan原创 2015-04-30 20:46:32 · 455 阅读 · 0 评论 -
新浪微博开发之十九(文本框工具栏)
// // MyTextToolBar.h // 新浪微博 // // Created by jose on 15-3-27. // Copyright (c) 2015年 jose. All rights reserved. // #import @class MyTextToolBar; typedef enum{ MyCamera, //相机原创 2015-04-30 19:54:18 · 437 阅读 · 0 评论 -
新浪微博开发之十八(文本框)
// // MyTextView.h // 新浪微博 // // Created by jose on 15-3-26. // Copyright (c) 2015年 jose. All rights reserved. // 自定义输入文本框 #import @interface MyTextView : UITextView //提示文本 @pr原创 2015-04-30 19:51:34 · 346 阅读 · 0 评论 -
新浪微博开发之十七(图片工具)
// // MyPictureTool.h // 新浪微博 // // Created by jose on 15-3-30. // Copyright (c) 2015年 jose. All rights reserved. // 图片工具 #import @interface MyPictureTool : UIView -(void)AddIma原创 2015-04-30 19:48:31 · 590 阅读 · 0 评论 -
新浪微博开发十(微博授权)
1.首先进入有一下网站: http://open.weibo.com/ 2.如图所示: 3.点击移动应用: 4.点击创建应用: 5. 6.图示开发状态说明可以开发 7. 8. 9.调用ap就行了原创 2015-03-26 12:43:30 · 399 阅读 · 0 评论 -
新浪微博开发十二(账号工具)
// // MyAccountTool.h // 新浪微博 // // Created by jose on 15-3-24. // Copyright (c) 2015年 jose. All rights reserved. // #import //声明这个类,在使用 @class MyAccountModel; @interface MyAccountT原创 2015-03-26 12:56:52 · 591 阅读 · 0 评论 -
新浪微博开发十三(授权之后的跳转)
// // MyControllerTool.h // 新浪微博 // // Created by jose on 15-3-25. // Copyright (c) 2015年 jose. All rights reserved. // #import @interface MyControllerTool : NSObject //切换控制器 +(void原创 2015-03-26 12:59:35 · 1183 阅读 · 0 评论 -
新浪微博开发二(底部菜单栏的实现)
// // MyTabBarController.h // 新浪微博 // // Created by jose on 15-3-11. // Copyright (c) 2015年 jose. All rights reserved. // #import @interface MyTabBarController : UITabBarControlle原创 2015-03-16 17:38:04 · 1043 阅读 · 0 评论 -
新浪微博开发三(uiview的扩展文件)
/******************************************************************************************************** 主要是为了获取控件frame的属性,因为不支持直接对控件属性进行修改。所以重写一些方法,获取 控件的属性 **************************************原创 2015-03-16 17:45:58 · 353 阅读 · 0 评论 -
新浪微博开发四(导航栏按钮的扩展和图片拉伸处理的扩展)
// // UIBarButtonItem+Extension.m // 新浪微博 // // Created by jose on 15-3-12. // Copyright (c) 2015年 jose. All rights reserved. // #import "UIBarButtonItem+Extension.h" #import "UIView+E原创 2015-03-16 17:53:24 · 380 阅读 · 0 评论 -
新浪微博开发之十五(MBProgressHUD的使用)
-(void)webViewDidStartLoad:(UIWebView *)webView{ hud=[[MBProgressHUD alloc]initWithView:self.view]; [self.view addSubview:hud]; hud.mode=MBProgressHUDModeDeterminate; hud.labelText原创 2015-03-26 13:09:38 · 307 阅读 · 0 评论 -
新浪微博开发十一(微博账号模型)
// // MyAccountModel.h // 新浪微博 // // Created by jose on 15-3-24. // Copyright (c) 2015年 jose. All rights reserved. // #import //协议 @interface MyAccountModel : NSObject /** acces原创 2015-03-26 12:54:11 · 436 阅读 · 0 评论 -
新浪微博开发之十四(AFNetworking的使用 )
-(void)accessTokenWithCode:(NSString *)code{ AFHTTPRequestOperationManager *manager=[AFHTTPRequestOperationManager manager]; NSMutableDictionary *params=[NSMutableDictionary dictionary原创 2015-03-26 13:05:50 · 374 阅读 · 0 评论 -
新浪微博开发五(导航栏功能的实现)
// // MyNavigationController.m // 新浪微博 // // Created by jose on 15-3-12. // Copyright (c) 2015年 jose. All rights reserved. // #import "MyNavigationController.h" #import "UIBarButtonIte原创 2015-03-17 16:38:18 · 784 阅读 · 0 评论 -
新浪微博开发七(下拉菜单的实现)
// // PopMenu.h // 新浪微博 // // Created by jose on 15-3-15. // Copyright (c) 2015年 jose. All rights reserved. // #import //声明这是一个类,因为没先定义所以要先声明,下面的协议才可以使用 @class PopMenu; //下拉菜单方向 ty原创 2015-03-17 16:45:49 · 1287 阅读 · 0 评论 -
新浪微博开发六(自定义搜索条)
// // MySearchTool.m // 新浪微博 // // Created by jose on 15-3-15. // Copyright (c) 2015年 jose. All rights reserved. // #import "MySearchTool.h" #import "UIImage+Extension.h" #import "UIV原创 2015-03-17 16:43:09 · 485 阅读 · 0 评论 -
新浪微博开发八(自定义标题按钮,解决图片在文字右边的问题)
// // MyTitleButton.m // 新浪微博 // // Created by jose on 15-3-15. // Copyright (c) 2015年 jose. All rights reserved. // #import "MyTitleButton.h" #import "UIView+Extension.h" @implem原创 2015-03-17 16:51:20 · 475 阅读 · 0 评论 -
仿qq界面的实现
感谢qq好友的帮助,参考了部分博客。谢谢各位 // // TableViewController.h // qq列表界面 // // Created by jose on 15-3-9. // Copyright (c) 2015年 jose. All rights reserved. // #import //定义字典的关键字用于存储数值 #define D原创 2015-03-12 09:10:02 · 647 阅读 · 0 评论 -
新浪微博开发一(引导页面的实现)
// // MyGuideView.m // 新浪微博 // // Created by jose on 15-3-12. // Copyright (c) 2015年 jose. All rights reserved. // #import "MyGuideView.h" #import "MyTabBarController.h" @interface MyGuid原创 2015-03-13 10:06:50 · 602 阅读 · 0 评论 -
新浪微博开发之十六(封装网络工具)
// // MyHttpTool.h // 新浪微博 // // Created by jose on 15-3-30. // Copyright (c) 2015年 jose. All rights reserved. // 封装网络工具 #import @interface MyHttpTool : NSObject //get请求 +(原创 2015-04-30 19:33:00 · 509 阅读 · 0 评论 -
新浪微博开发之三十五(微博frame)
// // MyweiboFrame.h // 新浪微博 // // Created by Jose on 15-4-20. // Copyright (c) 2015年 jose. All rights reserved. // 微博frame #import #import "UIView+Extension.h" @class MyWeiboModel,原创 2015-04-30 22:50:42 · 349 阅读 · 0 评论