標籤:
// 趕進度,在公司對面的賓館住,清明連續加班,今天是放假的,我也過去了,下午去健身房鞠鐵.遊泳, 蛙泳可以25*2*4 = 200米
搜尋之後,蛙泳如何進階, 自由泳如何提高, 關注職場話題 想念玉玉,
工作要,快刀斬亂麻, 加油,感覺現在寫代碼塊多了
- (instancetype)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(nullable NSString *)reuseIdentifier {
if (self = [super initWithStyle:style reuseIdentifier:reuseIdentifier]) {
[self createUI];
}
return self; // 沒加return self崩潰
}
工程檔案衝突,儲存後先跑一次再提交,不然改壞了,提交了,誰都開啟不了了
-------
UIButton設定底線:
1 2 3 4 5 6 7 8 9 |
UIButton *button=[[UIButton alloc]initWithFrame:CGRectMake(10, 200, 80, 30)]; NSMutableAttributedString *title = [[NSMutableAttributedString alloc] initWithString:@"FlyElephant"]; NSRange titleRange = {0,[title length]}; [title addAttribute:NSUnderlineStyleAttributeName value:[NSNumber numberWithInteger:NSUnderlineStyleSingle] range:titleRange]; [button setAttributedTitle:title forState:UIControlStateNormal]; [button setBackgroundColor:[UIColor redColor]]; [button.titleLabel setFont:[UIFont systemFontOfSize:14]]; [self.view addSubview:button]; |
累了加註釋
------
[insideButton setTitle:@" 請輸入您就診過醫生的姓名" forState:UIControlStateNormal];
[insideButton setTitleColor:[UIColor redColor] forState:UIControlStateNormal];// 可以設定顏色
insideButton.titleLabel.font = kFontWithSize(12);
// insideButton.titleLabel.textColor = [UIColor redColor]; // 不能設定顏色
-----
// [outsideButton setBackgroundColor:[UIColor redColor]]; // 不能設定顏色
CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();
CGColorRef colorref = CGColorCreate(colorSpace,(CGFloat[]){ 1, 0, 0, 1 });
[outsideButton.layer setBorderColor:colorref]; //才能設定顏色
----
for迴圈和alloc用自動釋放池子
------
codesign failed with exit code 1
刪掉多餘的帳號,刪除多餘認證,重啟電腦
----------------------------------------------------------------------------------------------------
self.selectionStyle = UITableViewCellSelectionStyleNone; // cell點擊時候沒有高亮效果
http://recipe1-dev.bj1.haodf.net/patientapi/user_search4recipe?key=李
- (void)awakeFromNib {
// Initialization code
self.backgroundView = [[UIView alloc] initWithFrame:self.frame];
self.selectedBackgroundView = [[UIView alloc] initWithFrame:self.frame];
self.selectedBackgroundView.backgroundColor = [UIColor whiteColor];
}
---------
呼叫堆疊
-----
viewForHeaderInSection 跟著滾動
//上線邊線 先加分割線 priceView就變小了
UIView *topLineView = [[UIView alloc]init];
[priceView addSubview:topLineView];
[topLineView mas_makeConstraints:^(MASConstraintMaker *make) {
make.top.mas_equalTo(priceView); // 約束對象寫錯
make.left.right.mas_equalTo(priceView);
make.height.mas_equalTo(0.5);
}];
----
第一個介面的 title 過長 會影響 跳轉到的第二介面 的 title 造成第二個頁面的title不置中
清明加班,線上執醫,14號上線,加油!!!工作五年了,職場怎麼回事還不清楚麼