Category: CodeProject
-
Resolving strong references between Swift and Objective-C classes – Using unowned and weak references from Swift to Objective-C classes
My Swift and SpriteKit exploration continues. At the moment I’m writing the collision handling code. Rather than derive game objects from SKSpriteNode with each derived class containing the code for handling collisions with the other types of game obj…
-
Resolving strong references between Swift and Objective-C classes – Using unowned and weak references from Swift to Objective-C classes
My Swift and SpriteKit exploration continues. At the moment I’m writing the collision handling code. Rather than derive game objects from SKSpriteNode with each derived class containing the code for handling collisions with the other types of game obj…
-
Beware: Despite the docs SKNode userData is optional
In the Swift documentation for SKNode the userData member (a dictionary) is defined as follows: userData A dictionary containing arbitrary data. Declaration SWIFT var userData: NSMutableDictionary! OBJECTIVE-C @property(nonatomic, reta…
-
Beware: Despite the docs SKNode userData is optional
In the Swift documentation for SKNode the userData member (a dictionary) is defined as follows: userData A dictionary containing arbitrary data. Declaration SWIFT var userData: NSMutableDictionary! OBJECTIVE-C @property(nonatomic, reta…
-
Integration Testing with NUnit and Entity Framework
This post gives a quick introduction into creating SQL CE dBs for performing Integration Tests using NUnit. In the previous post Using NUnit and Entity Framework DbContext to programmatically create SQL Server CE databases and specify the databse…
-
Integration Testing with NUnit and Entity Framework
This post gives a quick introduction into creating SQL CE dBs for performing Integration Tests using NUnit. In the previous post Using NUnit and Entity Framework DbContext to programmatically create SQL Server CE databases and specify the databse…