Explore >> Select a destination


You are here

blog.metaobject.com
| | ashishkakkad.com
19.8 parsecs away

Travel
| | Blocks in Objective-C In Objective-C we are using the blocks(completion handlers) with functions as follows : [code language="obj-c"] - (void)yourFunctionName:(NSString *)yourString withCompletionHandler:(void (^)(NSString *yourResult))block; [/code] Closures in Swift Closures are self-contained blocks of functionality that can be passed around and used in your code. Closures in Swift are similar to blocks in C and Objective-C ... Read more
| | trycombine.com
27.1 parsecs away

Travel
| | How to laverage the Swift 5.1 property wrappers to make the most of your Combine code
| | swiftrocks.com
24.1 parsecs away

Travel
| | Global functions, or functions that can be accessed from anywhere without the scope of a specific type is an old concept that was popular in languages like C and Objective-C, but unrecommended in Swift as we would rather have things that are nicely typed and scoped (
| | blog.kummerlaender.eu
107.0 parsecs away

Travel
| Adrian Kummerländer's blog on software development, linux and open source