by shigemk2

当面は技術的なことしか書かない

2013-10-09から1日間の記事一覧

「タップしたらメッセージが出る」って箇所をテストしてみた

shigemk2/gesture · GitHubUIAlertViewを初期化した変数をインスタンス変数にして、 controller.instance_variable_get("@alert_box")ってやってるだけgesture_controller.rbの一部 def show_alert(message) @alert_box = UIAlertView.alloc.initWithTitle("…

SystemUIServerって何

Mac

The SystemUIServer is a background process that controls several aspects of the Mac OS X user interface, and is one of the applications that are constantly running, when viewed with the Activity Monitor.Specifically, it controls the right …