Posts

Post not yet marked as solved
1 Replies
797 Views
Just about everything I try to do with these doens't work.toAvoid, toStayOn, toFollow, toFleeAgent, barely can get toWander working properly.Really the only thing that works for me is toSeekAgentAll in all, I've found this system useless and a waste of time!
Posted Last updated
.
Post not yet marked as solved
0 Replies
753 Views
I have a SKLabelNode which has a string that I'd like to replace with an icon.let attachment = NSAttributedString(attachment: txt) attributedString.replaceCharacters(in: NSRange(location: range.location, length: range.length), with: attachment)But when actually outputted, there's nothing there! The characters are successfully removed, but no text attachment is inserted. attachmentBounds is also not called when I try to subclass NSTextAttachment.My question: is there some trick to getting this working or a better way to place an icon within a block of text while using SpriteKit?
Posted Last updated
.
Post not yet marked as solved
2 Replies
850 Views
I'm experiencing issues with UISearchBar's rightView on Beta 3 - no view I put there will show on on devicebut it is all working properly in the simulator. Anyone else seeing this?
Posted Last updated
.