|
May
16 |
|
comment |
Does iOS 5 support blur CoreImage fiters? My bad, it's not a problem about the size. I'm investigating but there is an issue with some sizes and so the blur deform the image too. I'll debug the lib but this may be related to the warnings during the "analyse" process on Xcode on the lib. |
|
May
14 |
|
comment |
Make the UIImageView blur it won't work for iOS5- |
|
May
14 |
|
comment |
Does iOS 5 support blur CoreImage fiters? It seems the library has some issue with odd sizes |
|
Apr
14 |
|
awarded | Autobiographer |
|
Apr
14 |
|
awarded | Supporter |
|
Apr
14 |
|
comment |
How to change suexec root directory from "/var/www" to "/home"? Thanks man, that saved me lot of time. |
|
Mar
18 |
|
awarded | Necromancer |
|
Mar
11 |
|
awarded | Caucus |
|
Feb
20 |
|
comment |
Change uiwebview select color. Not sure if you (easily) can. However you probably can disable the selection of a text, is that what you want? |
|
Feb
19 |
|
comment |
iOS : Google Analytics User Timing report is not updated in my Google Analytics Account The updated report? I have my stats in the "App Speed" page. |
|
Feb
19 |
|
answered | iOS : Google Analytics User Timing report is not updated in my Google Analytics Account |
|
Feb
19 |
|
comment |
iOS : Google Analytics User Timing report is not updated in my Google Analytics Account nevermind, you have the latest beta (didn't see it in the logs). It seems your are sending the good parameters. Try to send a "NSTimeInterval" but it's the same as a double, so it shouldn't impact anything. What prints the NSLog? |
|
Feb
19 |
|
comment |
iOS : Google Analytics User Timing report is not updated in my Google Analytics Account Weird, works fine for me. Which GA mobile beta do you have? How do you init google analytics? |
|
Feb
18 |
|
comment |
iOS: Copy File to different documents directory I don't think you can access the files of the root directory. That's the good thing of having apps in a sandbox. |
|
Feb
17 |
|
comment |
"Direct comparision of a string literal" warnings since last Xcode update The message no, the code, yes. Or any @"" == @"" should never work. |
|
Feb
17 |
|
comment |
"Direct comparision of a string literal" warnings since last Xcode update Without your project I can't really tell you. If the two objects are NSString, you shouldn't have any problem/warning. |
|
Feb
17 |
|
comment |
"Direct comparision of a string literal" warnings since last Xcode update Oh ok I see. It may be because you try to compare an "id" with a string instead of two strings. Are the two objects "defined" as strings? |
|
Feb
17 |
|
comment |
Placing UIView or UILabel inside UITextField or UITextView acting like character That's a bit harsh, but why not. So consider drawing the text & co directly in a drawRect. |
|
Feb
17 |
|
answered | "Direct comparision of a string literal" warnings since last Xcode update |
|
Feb
17 |
|
comment |
Placing UIView or UILabel inside UITextField or UITextView acting like character If you find a better solution, let me know :) |