うちのいぬ Tech Blog

Tech Blog of Uchinoinu/My dog

2015-12-14から1日間の記事一覧

how to input using hardware keyboard

iOS Uses Same Layout as OS X Connect Hardware Keyboard ⇧⌘K Toggle Software Keyboard ⌘K

Watch log without any thoughts... What I forgot when I add action to button of navigation

I tried to add button in navigation bar. I tried to add action to the button. But I forgot to set UIButton sender to argument of action method. This is my first experience to get trouble in this level. So I look back me so deeply. In Logs,…

Update rbenv and update ruby

Env MacOSX Yosemite Flow $ brew update $ brew upgrade ruby-build $ rbenv install -l # Check available versions $ rbenv install 2.2.3 # choose one from list above $ rbenv global 2.2.3 $ rbenv versions # Check result if you use bundler, you …