How to make marquee UILabel / UITextField / NSTextField
I need to make marquee UILabel in Xcode. The marquee will scroll from right to left. I tried CCScrollingLabel also JHTickerView and others. But i can not find simple code with marquee with out any views/arrays/some stupid libraries and others How to make marquee with UILabel ? ( UITextField and NSTextField are OK too). You need NSTimer and you need to invoke a method something as : * This is for OSX, you can easily convert it into iOS, NSTextField and UILabel has different methods. -(void)awakeFromNib{ self.myTimer=[NSTimer new]; self.fullString=@"This is a long string to be shown."; [self