QQ空间HD(4)-设置左侧菜单栏属性】的更多相关文章

DJHomeViewController.m #import "DJHomeViewController.h" #import "DJMenuView.h" ; ; @interface DJHomeViewController () @property (nonatomic,weak) DJMenuView *menuView; @end @implementation DJHomeViewController - (void)viewDidLoad { [sup…
DJIconView.m #import "DJIconView.h" @implementation DJIconView - (instancetype)initWithFrame:(CGRect)frame { if (self = [super initWithFrame:frame]) { // self.backgroundColor = [UIColor redColor]; self.imageView.layer.cornerRadius = ; [self setI…
WebStorm左侧菜单栏 webstorm是一款前端IDE利器,个人感觉黑色的背景比较炫酷,刚开始从网上下载的主题只能修改编辑窗口的背景色,经过查询资料终于把左边菜单栏的背景色也修改了. 第一步:点击"file --> settings",如下图所示: 第二步:选择appearance->Theme选择darcula(黑色主题) 在 IDE Settings > Appearance 的右边菜单里,选择 Theme > Darcula主题即可.IDE Sett…
ClientKey大家都知道的,通过webbrowser登录后取得Cookie并计算出GTK,即可操作空间的POST. 源代码中引用了苏飞的Http类库,自己修改添加了一些拓展方法. 下载地址:https://yunpan.cn/cMsEVnHxy4RsA (提取码:70db) 同时音乐的资源呢是采集网易云音乐的外链,通过添加网络背景音乐的形式添加到QQ空间上面:并实现了音乐的下载和背景音乐的排序…
WebStrom一直以来都是默认的白色主题,今天想修改了下主题皮肤,结果导致左侧项目资源栏和顶部菜单栏也变成了黑色,结果无法改变回来,网上查了各种帖子,居然也没找到解决方法,自己研究了半天,终于搞定了,嘿嘿~ 网上大部分帖子貌似都是说在设置里面改,我找了半天也没有 最后在视图菜单下,有个快速切换方案里面找到了,哈哈,皇天不负有心人啊~~ 然后选择 4.切换外观与风格 选择对应的风格,原来默认的白色是:2.Ally. IDEA Theme…
DJTabbarButton.m #import "DJTabbarButton.h" @implementation DJTabbarButton - (instancetype)initWithFrame:(CGRect)frame { if (self = [super initWithFrame:frame]) { [self setBackgroundImage:[UIImage imageNamed:@"tabbar_separate_selected_bg&qu…
UIPopoverController 是iPad的专属API ViewController.m #import "ViewController.h" #import "DJMenuViewController.h" @interface ViewController () - (IBAction)leftItemDidClick:(id)sender; @end @implementation ViewController - (void)viewDidLoad…
- (void)touchesBegan:(NSSet<UITouch *> *)touches withEvent:(UIEvent *)event { UIViewController *vc = [[UIViewController alloc] init]; vc.view.backgroundColor = [UIColor redColor]; // vc.modalTransitionStyle = UIModalTransitionStyleCrossDissolve; //…
DJTestViewController.m #import "DJTestViewController.h" #import "DJColorTableViewController.h" @interface DJTestViewController() <DJColorControllerDelegate> @property (nonatomic,weak) UIButton *btn1; @property (nonatomic,weak) UI…
下午刚午休完的时候,广州很多童鞋都感受到了震感,半青也感受到了,不仅如此,我还感受到了更大震感,那就是翻一下QQ空间动态,竟然看到有一位好友的尾巴竟然显示为“iPhone6”,顿时觉得该好友逼格太高了.但作为一名苹果资讯编辑,我觉得独乐乐不如众乐乐,下面就教大家如何在QQ空间上显示iPhone6小尾巴. 具体步骤如下: 第一步.打开手机QQ空间,点击[我的空间],然后再点击右上角的[个性化]选项. 第二步.把[我的手机标识]设置为[不显示].如果不记得把这个去掉,你就等着出糗吧.其次,不要被黄钻…