- 博客(59)
- 资源 (1)
- 收藏
- 关注
原创 AFN关于网络请求参数
- (void)viewDidLoad { [super viewDidLoad]; [self loadData];}/** 网络请求方法 */-(void)loadData{ //创建管理者 AFHTTPSessionManager *manager=[AFHTTPSessionManager manager]; // 告诉...
2019-01-20 09:08:50
559
原创 归档于结档
我们应该先明白(归档–结档),这两个有什么区别?假设,我们创一个 Model 类,通过归档和结档,来让 Model 数据持久化,同时展示到表格上.归档:把 Model 数据放到 dom 文件里,同时用加到数组里,展示到表格上.结档:读取 dom 文件里的数据,展示到表格上开始先了解路径//先写个路径是 dom 的 NSString *DomPath=[NSSearchPathF...
2018-12-20 13:55:00
572
原创 代理传值 delegate
在第二页面中.h 文件写协议//协议方法@class AddViewController;@protocol AddViewControllerDelegate <NSObject>//声明协议方法.在创建页面时,应注意首字母大写的问题//传值没有限制@optional-(void)addViewController:(AddViewController *)addV...
2018-12-20 10:18:40
281
原创 网络解析时,如果那些该死的参数该怎么办?
//先看一段简单的网址//接口地址:http://web.juhe.cn:8080/finance/gold/shgold//返回格式:json//请求方式:get//请求示例:http://web.juhe.cn:8080/finance/gold/shgold?key=您申请的APPKEYaddHeaderRefresh{ MJRefreshGifHeader *header=[MJRefreshGifHeader headerWithRefreshingBlock:^{ //刷新的回调 //重制页数,这里重点说一下,如果想做表格上拉加载新一页需要这个。 ...
2018-12-17 13:45:16
1012
原创 block 单利传值
//// TableVC.swift// 三周考//// Created by 胡占峰 on 2018/11/17.// Copyright © 2018年 八维教育. All rights reserved.//import UIKitclass TableVC: UITableViewController { var sectionName:[St...
2018-11-23 08:31:01
178
原创 block传值
//主页面import UIKitclass TableVC: UITableViewController { var sectionName:[String] = [] var rowName1:[String] = [] var rowName2:[String] = [] var rowName3:[String] = [] var r...
2018-11-23 08:28:42
157
原创 Swift通知传值
通知方NotificationCenter.default.post(name: NSNotification.Name(rawValue:"s"), object:nil, userInfo:["one":languageField!.text! , "two":EnglishField!.text! , "three":mathematicsField!.text!])接受方Notif...
2018-11-20 15:51:55
3071
原创 通过userdefalut进行传值
//在viewdidload里先创建一个空的键值对,set后面是内容,通过key来提取 UserDefaults.standard.set("", forKey: "asd") //在另一个页面中写 let defaultStand = UserDefaults.standard defaultStand.set(text.text!, forKey: "asd") ...
2018-11-18 19:40:31
169
原创 通过Appdelegate,来进行反向页面传值
//先在Appdelegate里创建一个变量//例class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? //创建一个变量 var zuowen:String = "" func application(_ application: UIApplication...
2018-11-17 11:26:46
279
原创 swift 导航条分段+滑动效果 用第三方PageTitleView
private lazy var pageTitleView: MFPageTitleView = { let config = MFPageTitleViewConfig() config.titleColor = colorWithRGB(r: 43, g: 43, b: 43) config.titleSelectedColor = color...
2018-11-16 16:43:40
1221
原创 swift 基础网络请求+解析数据用第三方Alamfire
class ViewController: UIViewController,UITableViewDelegate,UITableViewDataSource { var dic:NSDictionary? var dic1:NSArray = [] var table:UITableView? var dict:NSDic...
2018-11-16 16:40:31
492
原创 Swift 使用Alamofire 不用pods 解析网络数据
点击下载Alamofire-Swift解析网络数据 , 密码 : zk8e下载文件后解压把解压文件直接拖拽到项目的文件夹内 (桌面的文件夹内 而不是Xcode内)然后在Xcode文件夹双指辅助点按 ,选择Add files to “项目名称”添加 Alamofile.xcodeproj以下为ViewController.swift链接:https://pan.baidu.com...
2018-11-16 16:31:12
375
原创 《QQS》swift 滚动视图
点击此处下载文件 , 密码 : 4ymo let cycleView : CycleView = CycleView(frame: CGRect(x: 0, y: 100, width: UIScreen.main.bounds.size.width, height: 300)) cycleView.delegate = self cycleView.mode =...
2018-11-15 20:22:54
174
原创 Swift导航条
let vc:ViewController = ViewController() let nav = UINavigationController(rootViewController: vc) self.window?.rootViewController = nav
2018-11-14 16:33:34
205
原创 Swift -继承、属性、重写父类、懒加载、析构函数
1. 新建工程命名:zhoukaojineng,创建一个类Person,在类中定义方法eat,实现打印“吃饭”2. 创建一个继承自Person的Teacher类,在Teacher类中定义方法teach,实现打印“上课”,调用其父类的eat函数3. 创建一个类Student并继承与Person,定义属性name,在Student中监听属性name的setter和getter4. 在Studen...
2018-11-11 18:50:21
701
原创 swift简单模拟
//模拟题//1、 创建一个函数,有单个参数无返回值,函数中实现把传入的参数转换成二进制(即十进制转换成二进制)//2、 创建一个函数,有单个参数无返回值,函数中实现二进制转换成十进制功能//3、 创建一个函数,无参数无返回值,实现把3,4,5,6四个数字组成无重复的3位数字,并打印出来//4、 创建一个函数,无参数无返回值,实现查找301~500中个位、十位、百位...
2018-11-04 18:51:19
247
原创 afnetworking解析
引导视图 viewcontroller{UIPageControl *page;UIScrollView *scV ;}scV = [[UIScrollView alloc] initWithFrame:CGRectMake(0, 0, lhW,lhH)];scV.delegate = self;scV.contentSize = CGSizeMake(3*lhW, lhW);fo...
2018-10-26 11:43:27
216
原创 启动图片带按钮点击跳过
创家一个继承于ViewController的 我在这里命名为“启动View”在appledeledate.m里面设置 启动View 为主界面self.window.rootViewController =[QidongViewController new];在 启动View.m#import "QidongViewController.h"#import "ViewContr...
2018-10-26 08:21:26
599
原创 大标题
self.title = @"我是标题";self.navigationController.navigationBar.prefersLargeTitles = YES;
2018-10-26 08:11:52
140
原创 自定义cell
创建一个继承于 UITableViewCell 的我在这里取名为 “自定义cell”在 自定义cell.h里面写好要写的东西 , 比如 label imageView 等自定义cell.m里面写例如//重写图片-(UIImageView *)imgv{ if(!_imgv){ _imgv=[[UIImageView alloc]initWithFrame:C...
2018-10-25 14:15:24
253
原创 轮播图无限滚动
倒入滚动SDK#import "CarouseView.h"#import "CarouseViewPlus.h"#define HCWidth self.view.frame.size.width#define HCHeigth self.view.frame.size.height@interface ViewController ()<CarouseViewDataSour...
2018-10-24 15:21:06
535
原创 动画
- (void)viewDidLoad { [super viewDidLoad]; UILabel * textView = [[UILabel alloc]initWithFrame:CGRectMake(0, 100, self.view.frame.size.width, 30)]; textView.text = @"八十多分卡是经典款拉屎的法师打发";...
2018-10-22 08:02:24
164
原创 适配演示 , 举例
点击此处下载 《TXAdapter(适配4s-X)》文件导入头文件#import "TXAdapter.h"一个ViewUIView * view=[[UIView alloc]initWithFrame:CGRectMake(0, 0, tRealLength(50), tRealLength(50))]; NSLog(@"真实长度:%f",tRealLength(50));...
2018-10-19 14:42:35
188
转载 《pxy》表格+网格+滚动视图自动滚动+广告弹窗
四个界面 , 创建四个继承于ViewController的类去百度云下载“滚动” 和 “弹窗”点击这里ViewController.h#import &amp;amp;amp;lt;UIKit/UIKit.h&amp;amp;amp;gt;@interface ViewController : UITabBarController@endViewController.m界面#import &amp;amp;qu
2018-10-19 14:26:31
340
原创 《QQS》自动滚动+小点移动
#import "ViewController.h"#define WIDTH [[UIScreen mainScreen] bounds].size.width#define HEIGHT [[UIScreen mainScreen] bounds].size.height@interface ViewController ()<UIScrollViewDelegate>@...
2018-10-19 14:04:30
252
原创 广告弹窗
导入HWPopTool.h .m 文件@property (strong, nonatomic) UIView *contentView;@property (strong, nonatomic) UIButton *popBtn;_contentView = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 200, 300)]; ...
2018-10-18 13:31:30
645
原创 通知传值 ( 多发送 , 1接收)
三个通知方:第一个NSDictionary *dic = @{@"title":TextField.text,@"typeID":@(1)}; [[NSNotificationCenter defaultCenter] postNotificationName:@"noti" object:nil userInfo:dic];第二个NSDictionary *dic = @{@"...
2018-10-18 08:59:44
244
原创 通知传值(1发送 , 1接收)
需要两个界面一个为接受界面(界面1) 一个为发送通知界面(界面2)界面2发送通知 , 界面1 接受通知 获取数据完成传值界面2代码NSDictionary *dic = [NSDictionary dictionaryWithObject:@"我是界面2的值" forKey:@"title"]; [[NSNotificationCenter defaultCenter...
2018-10-18 08:54:27
419
原创 滚动视图的导航条 , 加号点击《思路版》
导入 XLSlideSwitch 文件推荐 , 热门 , 搞笑 等界面需要创建相对应的ViewController如图 我有6个界面 所以就需要创建六个继承于ViewController的类接下来 导入我们的第三方文件 ( XLSlideSwitch文件 )在ViewController.m界面导入头文件#import "ViewController.h"#impo...
2018-10-13 08:31:04
406
原创 滚动视图切换界面
倒入文件文件地址请点击这里 密码:vcd4创建一个继承于 UIViewController 的 名为 CkViewController 的类CkViewController.m代码为self.view.backgroundColor = [UIColor colorWithRed:(arc4random()%255 / 255.0) green:(arc4random()...
2018-10-11 14:47:54
544
原创 《QQS》滚动视图切换界面
需要一个文件文件下载地址请点击这里(密码:vcd4)- (void)viewDidLoad { [super viewDidLoad]; NSArray *titles=@[@"头条",@"视频",@"北京",@"测评",@"导购",@"行车",@"
2018-10-11 14:41:50
287
原创 推送
AppleDelegate.m- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { // Override point for customization after application launch. UIL...
2018-09-24 19:55:04
232
原创 滚动视图
ViewController.m#import "ViewController.h"#define HCWidth self.view.frame.size.width#define HCHeigth self.view.frame.size.height@interface ViewController ()<UIScrollViewDelegate>{ UIScr...
2018-09-24 18:52:29
423
原创 网格
ViewController.m#import "ViewController.h"#define HCWidth self.view.frame.size.width#define HCHeigh self.view.frame.size.height//4.遵守协议@interface ViewController ()<UICollectionViewDelegate , U...
2018-09-24 18:51:07
223
原创 短信验证码
我不写代码 , 我只是代码的搬运工!官方网址请点击这里使用cocoapods集成方式target 'SMSSDK' dopod 'mob_smssdk'end添加SDK所需依赖库 列表:libz.dyliblibicucore.dylibMessageUI.frameworkJavaScriptCore.frameworklibstdc++.dylib (这个库在XCod...
2018-09-19 14:49:33
436
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人