07 2014 档案
摘要://解决tableView分割线左边不到边的情况// if ([tableView respondsToSelector:@selector(setSeparatorInset:)]) {// [tableView setSeparatorInset:UIEdgeInsetsZero];// }
阅读全文
摘要://// MainViewController.m// fitmiss//// Created by bill on 13-4-11.// Copyright (c) 2013年 lear. All rights reserved.//#import "MainViewController....
阅读全文
摘要:1.准备证书申请文件打开苹果电脑实用工具里的钥匙串访问程序选择钥匙串访问—>证书助理—>从证书颁发机构申请证书输入邮件地址,常用名词随便命名,在这里命名为APNS选择存储到磁盘,将生成的APNS.certSigningRequest文件保存到本地磁盘此时,在钥匙串访问程序的密钥(Keys)分类里应该...
阅读全文