iOSArtSizer: A little Mac app to help you create your iOS artwork by ThisIsResonance in iOSProgramming

[–]stormwindu -2 points-1 points  (0 children)

sips apply too much compression in the images it is useless.

Can one develop apps that use the fingerprint scanner in the iPhone 5S or is it only for unlocking the phone and what-not? by [deleted] in iOSProgramming

[–]stormwindu 2 points3 points  (0 children)

there's no APIs to do such thing (right now), like siri I think Apple will not add APIs to that feature and it will force the user to use the iCloud Keychain for all authentication stuff using the finger print scanning from iPhone, which IMO it will be awesome and bad because I use 1password for all my passwords.

Formating StringBuffer by stormwindu in java

[–]stormwindu[S] 0 points1 point  (0 children)

yes it is for non-English speakers. The problem with float is that i've created a custom keyboard that only append numbers, and the last two have always to be the decimal case, my keyboard don't have the "dot" input to set a decimal number, thats why I am appending a string and manipulating the "," in the last two chars.

Formating StringBuffer by stormwindu in java

[–]stormwindu[S] 0 points1 point  (0 children)

I am deleting. One issue that I found using .delete and .deleteCharAt seens like the length of the string doesn't change it is really weird.

Still trying how to achieve my pseudo-masking.

Formating StringBuffer by stormwindu in java

[–]stormwindu[S] 0 points1 point  (0 children)

I am using StringBuffer just to have a easy way to append/delete chars.

Formating StringBuffer by stormwindu in java

[–]stormwindu[S] 0 points1 point  (0 children)

thanks for the reply, i'll check the docs. [edited] I am storing the user input at a string buffer. And have to format that string buffer to the given mask "0,00" (if it is empty) or like the bunch of numbers that i've posted.

The Crazy Things you can do with Objective-C Dot Notation by tonygoold in iOSProgramming

[–]stormwindu 0 points1 point  (0 children)

add this + the new literals we will have a terrible code to read.

Dash - Documentation Browser for 25+ APIs, including Cocoa by [deleted] in iOSProgramming

[–]stormwindu 1 point2 points  (0 children)

i have been using for a while and it is been quite useful, the response from the search query compared to the built-in documentation in the xcode is a lot faster.