首页
AI Coding
NEW
沸点
课程
直播
活动
AI刷题
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
李发林
掘友等级
iOS开发经理
|
江苏南大先腾
获得徽章 0
动态
文章
专栏
沸点
收藏集
关注
作品
赞
0
文章 0
沸点 0
赞
0
返回
|
搜索文章
最新
热门
UICollectionView的基本使用
<UICollectionViewDelegate,UICollectionViewDataSource,UICollectionViewDelegateFlowLayout> @property (
自定义UIButton上的文字和图片位置
-(CGRect)titleRectForContentRect:(CGRect)contentRect{ return CGRectMake(0, 70, 375/3, 20); } (CG
简单视频播放AVPlayer和AVPlayerViewController
NSURL *url = [NSURL URLWithString:@"http://flv3.bn.netease.com/videolib3/1712/13/ouwHf3421/SD/ouwHf3
ios UIButton来回点击切换改变字体颜色
//主要设置tag值,方便我们找到点击对应的按钮 _MenuButton=[UIButton buttonWithType:UIButtonTypeCustom];
微信分享
#import "WXApi.h" //static NSString *kLinkURL = @"http://www.v-kd.com/vh5/nanhang/index.html"; //sta
不规则的NSData转化字符串
(NSString )hexStringFromData:(NSData)data{ return [[[[NSString stringWithFormat:@"%@",data]
标签文字的特殊设置
NSString *limitedStr = @"March 31,2018."; NSString *labelStr = @"All the limited-time free f
iOS 单个页面禁止右滑返回的设置
// 禁止右滑 if ([self.navigationController respondsToSelector:@selector(interactivePopGestureRecogn
iOS 新建本地数据库FMDB
1.在appdelegate.m中添加 (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NS
iOS 整体上移的解决方案
self.automaticallyAdjustsScrollViewInsets = NO;// 默认是YES self.edgesForExtendedLayout = UIRectEdgeNon
下一页
个人成就
文章被点赞
1
文章被阅读
8,244
掘力值
425
关注了
0
关注者
1
收藏集
0
关注标签
5
加入于
2022-08-26