All Questions
2 questions
2
votes
2
answers
338
views
Initialize Swift class or struct values inline
For a Metal application, I would like to create and initalize texture object globally so it will not have to be optional, and will already be ready to use once ...
0
votes
3
answers
1k
views
Objective-C class for placing UI elements based on screen size
I'm always programmatically creating and laying out UI elements in multiple ViewControllers and I've wanted an easy way to get relevant Screen information (sizes/points) globally using a helper class. ...