Re: How to get a Normal button in iOS 7/IB

2013-10-03 Thread Esteban Torres
Just create a UIButton that's custom; set the background color and the layer's corner radius, borderWidth and borderColor properties to something like 5.0f, 1.5f and [[UIColor blackColor] CGColor] and that should look pretty similar to the old regular buttons -- Esteban Torres (+506)8813-0934

Re: Fastest way to replace characters in string

2013-08-21 Thread Esteban Torres
Don't know if this helps you Diederik but from what I've read the parser developed by Oliver Drobnik would be a good place to start on implementing your own or even using his DTHTMLParser: http://www.cocoanetics.com/2013/08/dtfoundation-1-5-2/ Regards, -- Esteban Torres (+506)8813-0934 Skype

Re: Moving a textField from under keyboard

2013-07-02 Thread Esteban Torres
, I have a UIView category that handles this behaviour and I could share it with you if you want. Regards, -- Esteban Torres (+506)8813-0934 Skype: esteban.a.torres.hernandez On Jun 29, 2013, at 12:11 AM, Diederik Meijer | Ten Horses diede...@tenhorses.com wrote: One way is to animate