V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  vincentxbb  ›  全部回复第 3 页 / 共 3 页
回复总数  42
1  2  3  
就是这个 app icon 的原谅色嘛.....可以加一点灰度,营造出高级感,中文字也可以考虑简化一下
2016-02-03 16:54:39 +08:00
回复了 laobaozi 创建的主题 iDev 从自定义的 window 启动 cocoa app
var mainWindowController:MainWindowController?

func applicationDidFinishLaunching(aNotification: NSNotification) {
// Insert code here to initialize your application

let mainWindowController = MainWindowController()
mainWindowController.showWindow(self)
self.mainWindowController = mainWindowController


}


MainWindowController 重写他的 windowNibName,返回对应的 xib 文件名字就可以啦,假如是 sb 的话,参照楼上的应该也没问题,不用删除 info.plist 的启动项的
1  2  3  
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   4472 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 01:03 · PVG 09:03 · LAX 17:03 · JFK 20:03
Developed with CodeLauncher
♥ Do have faith in what you're doing.