6

I can’t believe I used UILabels instead of UITextFields for rant and comment cells in my devRant rewrite... Now I have to remake those cells again. Fuck.

Comments
  • 2
    u dum fuk
  • 3
    You only have to remake them if you want them editable. :)
  • 2
  • 2
    sed or Search and Replace?
  • 1
    @HiFiWiFiSciFi I think differently. Apple says in their text guidelines that UILabels should be used for small amounts of text because their render times are smaller or something. A UITextView’s editing capability can be disabled too, you know 😅
  • 0
    @IntrusionCM I am not building the UI programmatically. I use the Xcode Interface Builder, so absolutely not. I have to go through every cell that I created (not much) and change it to a UITextView and give it the same constraints.
Add Comment