A student recently asked me how to come up with ideas for new products... all the good ideas, it seemed to them, were already taken. I realized from talking to this student that a lot of people looking to be entrepreneurs think you have to come up with something new in order to be successful. But… Continue reading Don’t make something “new,” make something better
Month: April 2019
UITableViews: removing those effin little lines
Those effin little lines are called 'separators' (you can adjust their insets over in the sidebar) and UITableViews add them whenever the list on the screen is too short to fill up all of it. It's annoying. The way you get rid of them is by adding an empty view as the footer of the… Continue reading UITableViews: removing those effin little lines