YIem`s Blog -心比天高命比纸薄-链接找不到的请在站内搜索内容!
首页
关于
YIem
发布的文章
iOS-UI-XML数据解析-SAX方法
由 YIem 撰写于
2016-02-29
浏览:4883 评论:0
iOS-UI-JOSN数据解析-第三方方法
由 YIem 撰写于
2016-02-29
浏览:3938 评论:0
iOS-UI-JOSN数据解析-系统方法
由 YIem 撰写于
2016-02-29
浏览:4740 评论:0
导航栏-标题视图 titleView - (分段)
由 YIem 撰写于
2016-02-24
浏览:4857 评论:0
// 标题视图 titleView// 创建要添加的视图对象
2016-02-22- 服务器从WeLoveServers迁移到Hostwinds成功,博客重新开通!
由 YIem 撰写于
2016-02-22
浏览:4563 评论:0
2016-02-22- 服务器迁移成功,博客重新开通!之前 由于We Love Servers被Hostwinds,然后进行网站迁移,而春节因为是在老家的原因,没有网,也没有去重新开通!导致博客今天才开通!
关于博客2016春节更新!2016-02-22
由 YIem 撰写于
2016-02-22
浏览:4726 评论:0
关于博客2016春节更新!2016-02-22过年是在老家的,那边没有网,而且比较忙,就无法继续更新了! 现在可以继续更新 !记录我,记录你,记录她!
元宵节快乐!2016-02-22——21:13
由 YIem 撰写于
2016-02-22
浏览:5184 评论:0
元宵节快乐!2016-02-22——21:13一个人过的元宵节!2016是一个新的开始,也希望我一直坚持的走下去!
长夜将至,我从今开始守望,至死方休
由 YIem 撰写于
2016-01-31
浏览:3588 评论:0
长夜将至,我从今开始守望,至死方休。我将不娶妻,不封地,不生子。我将不戴宝冠,不争荣宠。我将尽忠职守,生死于斯。我是黑暗中的利剑,长城上的守卫,抵御寒冷的烈焰,破晓时分的光线,唤醒眠者的号角,守护王国的坚盾。我将生命与荣耀献给守夜人,今夜如此,夜夜皆然。
熊市将至,我从今开始守望,至死方休
由 YIem 撰写于
2016-01-31
浏览:3313 评论:0
熊市将至,我从今开始守望,至死方休。我将不杀跌,不斩仓,不割肉。我将不惧亏损,涨跌不惊。我将满仓套牢,生死于斯。我是站岗的哨兵,我是被屠戮的羔羊,我是火烧不尽的野草,我是割不完的韭菜。我是为国接盘的侠之大者,我是不留功与名的慈善家。我将生命与荣耀献给中国股市,今日如此,日日皆然。
2016-01-30- 今天晚上要放年假了..
由 YIem 撰写于
2016-01-30
浏览:4222 评论:0
激动?开心? NO NO NO写代码吧,骚年!C语言试题.pages.pdfOC.pages.pdf
iOS-UI-UIButton 切圆-切弧度-边角弧度-头像-Label
由 YIem 撰写于
2016-01-29
浏览:4088 评论:0
**iOS-UI-UIButton 切圆-切弧度-边角弧度self.regButton.layer.cornerRadius = 10;**
iOS-UI-UITabBarControllerDelegate-标签视图控制器
由 YIem 撰写于
2016-01-29
浏览:4718 评论:0
iOS-UI-UITabBarControllerDelegate-标签视图控制器@interface AppDelegate ()<UITabBarControllerDelegate> @end@implementation AppDelegate(void)dealloc{[_window release]; [super dea[...]
一点烦心事-一部歌单-一天的生活-火大
由 YIem 撰写于
2016-01-26
浏览:3625 评论:0
快乐的时候听听轻音乐,悲伤的时候听听轻音乐, 最懂我的还是轻音乐!
iOS-UI-UITableViewCell 的自定义-自适应高度
由 YIem 撰写于
2016-01-26
浏览:3805 评论:0
iOS-UI-UITableViewCell 的自定义-自适应高度RootVC.m
iOS-UI-UITableView-移动-是否禁止跨区
由 YIem 撰写于
2016-01-25
浏览:5710 评论:0
[上部分 链接======][1]上部分链接-同上方链接TableView里面 1 2 3 一样#warning 移动 3 - 设置是否允许移动(BOOL)tableView:(UITableView )tableView canMoveRowAtIndexPath:(NSIndexPath )indexPath{return YES;}warni[...]
iOS-UI-UITableView 的编辑模式-插入-删除-
由 YIem 撰写于
2016-01-25
浏览:4052 评论:0
import "RootViewController.h"import "Student.h"@interface RootViewController ()<UITableViewDataSource, UITableViewDelegate>@property (nonatomic, retain) NSMutableDiction[...]
iOS-UI-UITabkeView -tableView整体刷新-单行刷新 方法
由 YIem 撰写于
2016-01-22
浏览:3988 评论:0
tableView整体刷新 重新执行所有协议方法 [_tableView reloadData]; 单行刷新// 参数1: 需要刷新的下标 // 参数2: 刷新动画 [_tableView reloadRowsAtIndexPaths:@[_index] withRowAnimation:UITableViewRowAnimationRight];
iOS-UI-UITableView-Cell - 辅助视图
由 YIem 撰写于
2016-01-22
浏览:4320 评论:0
// 辅助视图// cell.accessoryType = UITableViewCellAccessoryDetailButton;// 感叹号 // cell.accessoryType = UITableViewCellAccessoryCheckmark;// 对号 // cell.accessoryType = UITableV[...]
iOS-UI-UITableView - 结构体
由 YIem 撰写于
2016-01-22
浏览:3574 评论:0
// tableView结构 // tableHeaderView + tableView + tableFooterView // tableView -> section + row // section -> header + row + footer
iOS-UI-tableView的头部脚部区域
由 YIem 撰写于
2016-01-22
浏览:3837 评论:0
// tableView的头部脚部区域 // 头 (只有高度起作用) UIView *header = [[UIView alloc]initWithFrame:CGRectMake(100, 100, 100, 100)]; header.backgroundColor = [UIColor redColor]; tableView.tableH[...]
iOS-UI-UITableView-indePath 定位分区 行 信息 包含section和row
由 YIem 撰写于
2016-01-22
浏览:4261 评论:0
// 设置 // indePath 定位信息 包含section和row cell.textLabel.text = [NSString stringWithFormat:@"s: %ld, r: %ld", indexPath.section, indexPath.row];
iOS_ui_UItableView-tableView点击方法
由 YIem 撰写于
2016-01-22
浏览:3345 评论:0
// tableView点击方法(void)tableView:(UITableView )tableView didSelectRowAtIndexPath:(NSIndexPath )indexPath{NSLog(@"点击"); // 取消选中效果 [tableView deselectRowAtIndexPath:ind[...]
iOS-UI-UITableView-tableView右部索引栏
由 YIem 撰写于
2016-01-22
浏览:4362 评论:0
// tableView右部索引栏(NSArray )sectionIndexTitlesForTableView:(UITableView )tableView{return @[@"a", @"1", @"啦"];}
iOS-UI_TableView- 行高-头部高度-脚部高度
由 YIem 撰写于
2016-01-22
浏览:4205 评论:0
// 高度控制// 行高(CGFloat)tableView:(UITableView )tableView heightForRowAtIndexPath:(NSIndexPath )indexPath{return 100;}// 头部高度(CGFloat)tableView:(UITableView *)tableView heightFor[...]
iOS-UI_TableView-自定义头部区域-自定义脚部区域
由 YIem 撰写于
2016-01-22
浏览:3879 评论:0
// 自定义头部区域(UIView )tableView:(UITableView )tableView viewForHeaderInSection:(NSInteger)section{UIView *header = [[UIView alloc]initWithFrame:CGRectMake(100, 100, 100, 100)];he[...]
1
...
42
43
44
45
46
...
52
Yiem
心比天高,命比纸薄。
文章
1290
评论
165
分类
16
标签
1290
页面
1
浏览
1290
随机文章
来来来 ! 五一劳动 ...
垃圾金山系列之网络 ...
【跑路】SolvedByDa ...
AlphaRacks VPS-年付 ...
【跑路】BigFootSer ...
告慰您, 以一个更好 ...
iOS UI 、macOS UI ...
【跑路】支持微信、 ...
海外开发者账号ip变 ...
iPhone 13 Pro Max ...
Tags
ios(119)
便宜vps(119)
洛杉矶vps(107)
美国vps(105)
vps(98)
ios开发(91)
KVM VPS(89)
过年(77)
洛杉矶便宜VPS(73)
PayPal购买VPS(73)
还有多少天过年(71)
春节(64)
最新文章
百度:从价值观迷失到社会...
便宜年付10美元VPS推...
对升旗事件做评论
点赞表扬 GoDadd...
Hi,2025!
搬瓦工Bandwagon...
点名表扬下水星的垃圾产品...
黑神话 - 悟空
便宜在线ChatGPT网...
Hostdare 年付1...
最新评论
YIem
:
是的,需要发票的话还[...]
leeson
:
我也被坑了,前两年是[...]
YIem
:
安装完可以删除
绝对小白菜
:
下载好的Window[...]
啊鱼竿哦哦哦
:
哈哈哈
Links
帮助教程
HelpDocsHub
ipv6测试
个人博客
赵容部落
Typecho主题模版