会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
闺房宅男
博客园
首页
新随笔
联系
订阅
管理
2015年12月25日
iOS开发融云即时通讯集成详细步骤
该文被密码保护。
阅读全文
posted @ 2015-12-25 13:43 lss0209
阅读(2)
评论(0)
推荐(0)
2015年7月29日
支付宝微信支付
该文被密码保护。
阅读全文
posted @ 2015-07-29 22:59 lss0209
阅读(2)
评论(0)
推荐(0)
极光推送封装
该文被密码保护。
阅读全文
posted @ 2015-07-29 22:22 lss0209
阅读(7)
评论(0)
推荐(0)
通讯录
摘要: 导入 AddressBook.framework AddressBookUI.framework//这个变量用于记录授权是否成功,即用户是否允许我们访问通讯录 int __block tip=0; //声明一个通讯簿的引用 ABAddressBookRef addBook =nil; /...
阅读全文
posted @ 2015-07-29 14:55 lss0209
阅读(181)
评论(0)
推荐(0)
2015年2月11日
UIScrollerView 的简单使用
摘要: //// RootViewController.m// Lianxi_02//// Created by Super man on 15-2-11.// Copyright (c) 2015年 super man. All rights reserved.//#import "RootViewCon...
阅读全文
posted @ 2015-02-11 19:07 lss0209
阅读(264)
评论(0)
推荐(0)
学习使用九宫格
该文被密码保护。
阅读全文
posted @ 2015-02-11 18:09 lss0209
阅读(1)
评论(0)
推荐(0)
NSSet NSMutableSet的简单使用
摘要: //创建一个带多个参数的 NSSet *set=[NSSet setWithObjects:@"hello",@"hai", nil]; /* 所有 [set allObjects]; 随机一个 [set anyObject]; */ NSLog(@"set===%@",[set all...
阅读全文
posted @ 2015-02-11 09:51 lss0209
阅读(151)
评论(0)
推荐(0)
2015年1月31日
code
摘要: 第二章Core Data入门本章将讲解Core Data框架中涉及的基本概念,以及一个简单的Core Data app的结构组成。 首先回忆一下,在你还没有使用Core Data之前,你是如何处理数据的持久化。将对象持久化到磁盘当你需要在程序中将数据保存到磁盘,通常你会创建一个对象容器,可能是...
阅读全文
posted @ 2015-01-31 12:25 lss0209
阅读(198)
评论(0)
推荐(0)
2015年1月15日
微博API
摘要: Error Domain=com.alamofire.error.serialization.response Code=-1016 "Request failed: unacceptable content-type: text/plain" UserInfo=0xa053d90 {com.ala...
阅读全文
posted @ 2015-01-15 19:18 lss0209
阅读(943)
评论(0)
推荐(0)
CALayer的简单使用
摘要: //创建层 CALayer *layer5=[CALayer layer]; //设置层背景 layer5.backgroundColor=[[UIColor brownColor]CGColor]; //设置大小 layer5.bounds=CGRectMake(200, 200, 2...
阅读全文
posted @ 2015-01-15 17:06 lss0209
阅读(123)
评论(0)
推荐(0)
下一页
公告