Dynamic TableViewCell Height

    I'm going to demonstrate on how I achieved the dynamic height for my UITableViewCell. Below is what it looks like. This is a UITableViewCell for comments. ImageView on the left side is for the user's avatar, the top most UILabel is for the username and lastly at the bottom is the UILabel for comment. Yes don't mind the red warnings, that is by design. The important here is for the UITableViewCell height to expand with AutoLayout.

    Read More

    Nobody designs for small iPhone devices anymore

    Nobody designs for small iPhone devices anymore. Why do I say this? Well, if you've been rocking the iPhone SE 2020 you would know. What I'm saying is there a lot of UI glitches from apps running on iPhone SE. Clubhouse Forgot to measure the screen's width? Spotify I can't see the Refresh button. I have to scroll up with my left thumb and then tap Refresh on my right.

    Read More