当前位置:首页 > cocoa

Mac OS X:如何监测系统时间变更

xjtudll7年前 (2017-12-27)2570
目的: 当系统时间变更时,需要在app中知道。......

获取NSImage图片的准确大小

xjtudll9年前 (2016-01-07)12040
问题:NSImage加载图片的时候无法准确获得图片的大小测试代码:......

OSX:如何移动NSWindow而同时不移动其子Window

xjtudll9年前 (2015-11-08)8820
参考资料:http://stackoverflow.com/questions/7657132/how-to-move-an-nswindow-without-moving-child-nswindows问题:应用程序有个主window,在主window里,新建了一个子window。每当移动主win...

ios7与ios8 注册本地通知

xjtudll9年前 (2015-05-12)4340
// IOS8 新系统需要使用新的代码   if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 8.0)  ......

object-c 函数前面加号和减号 +和-的区别

xjtudll9年前 (2015-04-30)5600
简单来说就是:加号 是可以通过类名直接调用这个方法;减号则要实例化逸个对象,然后通过实例化的对象来调用该方法!!......

Storyboard已关联下面的TableView,为什么TabView的Cell显示不出来

xjtudll10年前 (2014-08-21)21480
问题:Storyboard已关联下面的TableView,为什么TabView的Cell显示不出来 原因及解决办法:......

检测NSWindow关闭

xjtudll10年前 (2014-07-15)8480
...

NSToolBar-设定初始化选中的item

xjtudll10年前 (2014-07-11)5810
NSToolBar-设定初始化选中的item
参考资料:http://stackoverflow.com/questions/11004072/nstoolbar-how-do-i-initialise-with-a-selected-item......

NSWindow——设定窗口位置

xjtudll10年前 (2014-07-08)24410
NSWindow——设定窗口位置
......

NSButton——设定背景图片Scale

xjtudll10年前 (2014-07-05)7990
NSButton——设定背景图片Scale
参考资料: http://stackoverflow.com/questions/5851923/how-to-scale-axes-independently-at-runtime-on-an-nsbutton......