Results 34 comments of ath0

@altaveron I think it allready is https://github.com/Anviking/Chromatism/blob/master/Chromatism/Chromatism/test.json Or at least was attempted.

Plists really aren't all that bad to edit in Xcode. I'd personally prefer them over subclasses (they are "drop in") However, subclasses could allow more flexibility (direct method customization rather...

@Anviking Yeah, both would be good. :)

This might help somebody to add this: http://stackoverflow.com/questions/2836162/how-to-add-line-numbers-to-a-uitextview

I would love to see it when you get something working. I've been looking for this for a while.

@davemackintosh Yeah I'm messing with it now too.

@davemackintosh Overriding the `drawRect` method is significantly reducing performance.

Okay so here is what I have so far using that stack overflow post as a guide. It doesn't work perfectly yet but It will eventually. (Note that the code...

I was able to fix any flickering by ensuring that I don't send setProgress:1.0 and finishProgress consecutively. The issue seems to occur when you call finishProgress before the setProgress animation...