Skip to content

Instantly share code, notes, and snippets.

@Isuru-Nanayakkara
Last active June 18, 2022 18:12
Show Gist options
  • Select an option

  • Save Isuru-Nanayakkara/69987cafebb2d4872447108258e7fa1e to your computer and use it in GitHub Desktop.

Select an option

Save Isuru-Nanayakkara/69987cafebb2d4872447108258e7fa1e to your computer and use it in GitHub Desktop.

Revisions

  1. Isuru-Nanayakkara renamed this gist Jun 18, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions doc.md → apple_dev_tools.md
    Original file line number Diff line number Diff line change
    @@ -41,6 +41,7 @@
    #### Xcode
    * [Build Settings](https://xcodebuildsettings.com/)
    * [xcode.tips](https://xcode.tips/)
    * [Xcode Defaults](https://github.com/ctreffs/xcode-defaults)


    #### Design
  2. Isuru-Nanayakkara revised this gist Jun 18, 2022. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions doc.md
    Original file line number Diff line number Diff line change
    @@ -40,6 +40,7 @@

    #### Xcode
    * [Build Settings](https://xcodebuildsettings.com/)
    * [xcode.tips](https://xcode.tips/)


    #### Design
  3. Isuru-Nanayakkara revised this gist Jun 18, 2022. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions doc.md
    Original file line number Diff line number Diff line change
    @@ -57,5 +57,4 @@

    #### Marketing
    * [previewed.app](https://previewed.app/)


    * [App Store Screenshots](https://scrnshts.club/)
  4. Isuru-Nanayakkara revised this gist May 22, 2022. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions doc.md
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,8 @@
    * [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/)
    * [ios-factor.com](https://ios-factor.com/)
    * [iosref.com](https://iosref.com/)
    * [x-callback-url.com](http://x-callback-url.com/)
    * [app-talk.com](https://app-talk.com/)


    ---
  5. Isuru-Nanayakkara revised this gist Mar 28, 2022. 1 changed file with 15 additions and 2 deletions.
    17 changes: 15 additions & 2 deletions doc.md
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,8 @@
    #### Best Practices
    #### General

    * [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/)
    * [ios-factor.com](https://ios-factor.com/)
    * [iosref.com](https://iosref.com/)


    ---
    @@ -10,8 +11,9 @@
    * [Date Formatting](https://nsdateformatter.com/)


    #### UIKit
    #### Decipher Errors
    * [AutoLayout Issues](https://www.wtfautolayout.com/)
    * [Apple API Errors](https://www.osstatus.com/)


    #### Building
    @@ -34,6 +36,17 @@
    * [NSImage Names](https://hetima.github.io/fucking_nsimage_syntax/)


    #### Xcode
    * [Build Settings](https://xcodebuildsettings.com/)


    #### Design
    * Screen Resolution
    * [ios-resolution.com](https://www.ios-resolution.com/)
    * [iosres.com](http://iosres.com/)
    * [iOS Fonts](http://iosfonts.com/)


    #### UI/UX
    * [Paywall Screens](https://www.paywallscreens.com/)
    * [pttrns](https://www.pttrns.com/)
  6. Isuru-Nanayakkara revised this gist Mar 27, 2022. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions doc.md
    Original file line number Diff line number Diff line change
    @@ -39,4 +39,8 @@
    * [pttrns](https://www.pttrns.com/)
    * [Mobbin](https://mobbin.design/browse/ios/apps)


    #### Marketing
    * [previewed.app](https://previewed.app/)


  7. Isuru-Nanayakkara revised this gist Mar 20, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion doc.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    ### Best Practices
    #### Best Practices

    * [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/)
    * [ios-factor.com](https://ios-factor.com/)
  8. Isuru-Nanayakkara created this gist Mar 20, 2022.
    42 changes: 42 additions & 0 deletions doc.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,42 @@
    ### Best Practices

    * [Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/)
    * [ios-factor.com](https://ios-factor.com/)


    ---

    #### Foundation
    * [Date Formatting](https://nsdateformatter.com/)


    #### UIKit
    * [AutoLayout Issues](https://www.wtfautolayout.com/)


    #### Building
    * [Code Signing](https://codesigning.guide/)


    #### Swift
    * [Closure Syntax](https://fuckingclosuresyntax.com/)
    * [`if case let` Syntax](https://fuckingifcaseletsyntax.com/)


    #### SwiftUI
    * [Property Wrappers](https://swiftuipropertywrappers.com/)
    * References
    * [swiftontap.com](https://swiftontap.com/)
    * [fuckingswiftui.com](https://fuckingswiftui.com/)


    #### AppKit
    * [NSImage Names](https://hetima.github.io/fucking_nsimage_syntax/)


    #### UI/UX
    * [Paywall Screens](https://www.paywallscreens.com/)
    * [pttrns](https://www.pttrns.com/)
    * [Mobbin](https://mobbin.design/browse/ios/apps)