python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Collectionview in NSObject Class doesn't work?
I wrote a class contain a collectionview to show in main viewcontroller,
but it was "never" shows the cell data. And the cell background color wasn't change to black..(change color is only f...
Mach
Votes: 0
Answers: 2
Why can't I mutate an NSObject allocated as mutable, referenced as immutable, then cast back to mutable?
I'm allocating an NSMutableAttributedString, then assigning it to the attributedString property of an SKLabelNode. That property is an (NSAttributedString *), but I figured that I could cast it to an ...
eglynum
Votes: 0
Answers: 1