Ressources "distantes"

Mac OS X / Cocoa / Objective-C (la version Apple)
GNUstep (implémentation Open Source des spécifications OpenStep)

Objective-C Cheat Sheet (quick reference cheat sheet for common and high level topics)

LIENS EN VRAC :

  File System Programming Guide :
    https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40010672
    https://stackoverflow.com/questions/29127086/nsdirectoryenumerator-and-enumerate-entire-root-volume
    https://stackoverflow.com/questions/499673/getting-a-list-of-files-in-a-directory-with-a-glob
    https://stackoverflow.com/questions/19925276/objective-c-get-list-of-files-and-subfolders-in-a-directory
    https://stackoverflow.com/questions/38173050/swift-how-to-expand-a-tilde-in-a-path-string
 
  Prédicats :
    https://developer.apple.com/documentation/foundation/nspredicate?language=objc
    https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Predicates/Articles/pCreating.html#//apple_ref/doc/uid/TP40001793-CJBDBHCB
    https://medium.com/the-traveled-ios-developers-guide/nspredicate-objective-c-c745f227df87
    https://nshipster.com/nspredicate/
    https://kapeli.com/cheat_sheets/NSPredicate.docset/Contents/Resources/Documents/index
    https://stackoverflow.com/questions/5032541/nspredicate-endswith-multiple-files
 
  Exceptions :
    https://www.geeksforgeeks.org/objective-c/exception-handling-in-objective-c/
    https://fullonrager.github.io/rys-objective-c-tutorial-archive/exceptions.html
    https://www.nextop.de/NeXTstep_3.3_Developer_Documentation/Foundation/Classes/NSException.htmld/index.html
    https://leopard-adc.pepas.com/documentation/Cocoa/Reference/Foundation/Classes/NSException_Class/Reference/Reference.html
 
  Protocoles :
    https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/WorkingwithProtocols/WorkingwithProtocols.html
    https://fullonrager.github.io/rys-objective-c-tutorial-archive/protocols.html
    https://www.sicpers.info/2015/06/protocol-oriented-programming-in-objective-c/
 
  Catégories et Extension (catégorie anonyme) :
    https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/CustomizingExistingClasses/CustomizingExistingClasses.html
    https://www.geeksforgeeks.org/objective-c/extensions-in-objective-c/
 
  Style Guide :
    https://google.github.io/styleguide/objcguide.html
 
  Optimisations :
    https://stackoverflow.com/questions/6195294/objective-c-what-is-the-fastest-and-most-efficient-way-to-enumerate-an-array
    https://nshipster.com/direct/
    https://indiestack.com/2019/10/casting-objective-c-message-sends/



En local

Objective-C is Fun (format PDF)
NOTRE PRÉSENTATION SUR SOLUTIONS LINUX 2004 (format PDF)