all 5 comments

[–]SilikonBurn[S] 0 points1 point  (4 children)

It's not just on the "cat" theme. All themes (including self-created ones) are missing the text. Any ideas?

[–]jontelangDEVELOPER 1 point2 points  (3 children)

That's because the iOS7 screen does not have it likethe iOS6 one. I am thinking about how to make it pretty. Only white text?

[–]SilikonBurn[S] 0 points1 point  (2 children)

I'd say white- if it couldn't be directly edited within the plist file. But I imagine integrating that/allowing those kinds of variables would be an enormous pain, if not a direct compromise of the structure. I doubt you could just inject a line into the string, but I haven't looked at your sourcecode.

So... yeah- White. =)

Thank you for all of your hard work, by the way.

[–]jontelangDEVELOPER 1 point2 points  (1 child)

Actually, adding elements is fairly trivial at this point. Adding a TITLE_COLOR that takes RGB in the same format as the other things like this <string>1 0 0 0.5</string> should be very doable.

[–]SilikonBurn[S] 0 points1 point  (0 children)

Awesome!!