Skip to content

Instantly share code, notes, and snippets.

View uthens's full-sized avatar
🎯
Focusing

Uthen Sorsiang uthens

🎯
Focusing
  • Chiang Mai, Thailand
View GitHub Profile
@uthens
uthens / FRP iOS Learning resources.md
Created December 29, 2022 23:09 — forked from JaviLorbada/FRP iOS Learning resources.md
The best FRP iOS resources.

Videos

@uthens
uthens / profile.json
Created August 6, 2019 01:52 — forked from shanselman/profile.json
Windows Terminal Profile
{
"defaultProfile": "{7d04ce37-c00f-43ac-ba47-992cb1393215}",
"initialRows": 30,
"initialCols": 120,
"alwaysShowTabs": true,
"showTerminalTitleInTitlebar": true,
"experimental_showTabsInTitlebar": true,
"requestedTheme": "dark",
"profiles": [
{
@uthens
uthens / iterm2-solarized.md
Created May 10, 2019 06:27 — forked from kevin-smets/iterm2-solarized.md
iTerm2 + Oh My Zsh + Solarized color scheme + Meslo powerline font + [Powerlevel9k] - (macOS)

Default

Default

Powerlevel9k

Powerlevel9k

Objective-C Coding Convention and Best Practices

Most of these guidelines are to match Apple's documentation and community-accepted best practices. Some are derived some personal preference. This document aims to set a standard way of doing things so everyone can do things the same way. If there is something you are not particularly fond of, it is encouraged to do it anyway to be consistent with everyone else.

This document is mainly targeted toward iOS development, but definitely applies to Mac as well.

Operators

NSString *foo = @"bar";