A very simple solution to a problem that bugged for me for sometime. So I was recently doing some work on DNISSwiperCell when I came across the need to be able to access a custom UITableViewCell (DNISItemCell) from the event of a selection made from a UIActionSheet. Since the UIActionSheet was displayed from a button …
Category Archives: programming
Get in on the Ground Floor!!!
Having been a software developer for a few years I have to say that my favorite job offers or postings are those that guarantee their idea is revolutionary and as a developer I would be crazy to not want to get in on the ground floor. Now I am not going to say that all startups are …
A UITextView with borders
Ok I very rarely ever work with the UITextView (more like ever) and this will be a quick post to go over what I am sure is probably a simple and widely known fix for some developers. So in my current project I have a need for the user to be able to enter multiple …