swift-memory-management
Memory leak avoidance playground
An interactive playground demonstrating strategies to break retain cycles in Swift
A playground illustrating the different ways to avoid retain cycles in swift.
3 stars
3 watching
2 forks
Language: Swift
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dylanmodesitt/swiftymathematics | A collection of Swift playgrounds for exploring mathematical concepts and functions in a interactive environment. | 3 |
nsexceptional/asm-swift | A development environment to practice learning Assembly language through Swift. | 105 |
mgrebenets/playgrounds | A collection of reusable code snippets and tutorials focused on Swift programming in Xcode playgrounds. | 9 |
uraimo/swift-playgrounds | A collection of playgrounds showcasing various Swift programming concepts and techniques. | 139 |
sketchytech/swiftplaygrounds | A collection of Swift code examples and tutorials organized around interactive coding environments. | 7 |
vincent-pradeilles/weakable-self | Helps avoid memory leaks by providing a way to safely capture weak references to the object calling a closure | 78 |
dreymonde/delegated | Avoids retain cycles when using closure-based delegation in Swift | 703 |
dimsumthinking/turtleplayground | A Swift playground using Logo-like commands to create interactive turtle graphics and explore programming concepts | 127 |
ashokgelal/algorithmsplayground | A collection of algorithms implemented as Swift Playground files | 6 |
swifter-tips/playground | A collection of code snippets and examples to explore Swift programming concepts in an interactive environment. | 125 |
nettlep/learn-swift | Interactive playgrounds to learn Apple's Swift programming language quickly and efficiently | 793 |
bradlarson/personalswiftplaygrounds | A collection of reusable coding examples in Swift to help developers explore and experiment with various programming concepts | 20 |
rectalogic/kvoplayground | An interactive playground to experiment with Swift Key Value Observing (KVO) closures. | 11 |
janneman84/leakedviewcontrollerdetector | Automated tool to detect and alert about memory leaks in UIKit apps | 32 |
danielpi/swift-playgrounds | A collection of playground files and examples from Apple's Swift Programming Language book | 226 |