Note: This is customized for my own configuration. See my dotfiles repository for my tmux.conf (& local).
c new window
w list windows
f find window
, name window
class MyCustomCell < UITableViewCell | |
# This method is used by ProMotion to instantiate cells. | |
def initWithStyle(style_name, reuseIdentifier: reuseIdentifier) | |
super | |
stylish | |
self | |
end | |
# A delegate method when the user clicks the Row(it's blue by default) |