190 reputation
522
bio website
location
age
visits member for 2 years
seen 10 hours ago
stats profile views 208

DO WORK!


1d
comment how to decode BASE64 encoded PNG using Objective C
This didnt really work but it is the post that helped me the most :) I had to use this code ** NSData data = [[NSData alloc] initWithData:[NSData dataFromBase64String:xmlString]];* and to disp[lay on webview [myWebView loadData:data MIMEType:@"image/png" textEncodingName:nil baseURL:nil];
1d
accepted how to decode BASE64 encoded PNG using Objective C
1d
comment how to decode BASE64 encoded PNG using Objective C
quick question how would I get myImage into a UIWebView?
1d
comment how to decode BASE64 encoded PNG using Objective C
I think i pretty much have it.. one question how would i get this UIImage *image = [UIImage imageWithData:data]; into a UIWebView?
1d
comment how to decode BASE64 encoded PNG using Objective C
i am getting an error when I try and use NSData*data .. etc which says this No known class method for selector 'dataWithBase64EncodedString:'
1d
comment how to decode BASE64 encoded PNG using Objective C
awesome going to try now :)
1d
comment how to decode BASE64 encoded PNG using Objective C
@bobnoble I tried that and I couldnt seem to get it to work.
1d
revised how to decode BASE64 encoded PNG using Objective C
added 159 characters in body
1d
asked how to decode BASE64 encoded PNG using Objective C
1d
comment error trying to parse NSData using NSXMLParser delegates
BOOM! that worked! thanks :)
1d
accepted error trying to parse NSData using NSXMLParser delegates
1d
comment error trying to parse NSData using NSXMLParser delegates
There is something in the apple docs but im not sure what they are doing with the mutableString value - (void)parser:(NSXMLParser *)parser foundCharacters:(NSString *)string { if (!currentStringValue) { // currentStringValue is an NSMutableString instance variable NSMutableString *currentStringValue = [[NSMutableString alloc] initWithCapacity:50]; } [currentStringValue appendString:string]; }
1d
revised error trying to parse NSData using NSXMLParser delegates
edited title
1d
revised error trying to parse NSData using NSXMLParser delegates
deleted 5 characters in body
1d
asked error trying to parse NSData using NSXMLParser delegates
May
21
asked how to call a method that returns NSMutableAttributedString
May
16
comment protocol and delegate not accessing method
that worked perfectly! :P
May
16
accepted protocol and delegate not accessing method
May
16
comment protocol and delegate not accessing method
okay cool going to read over it slowly and then try to implement it i might be 15 minutes :P thanks for the edit :P
May
16
comment protocol and delegate not accessing method
do you have any clues on how to do this I dont even know what to search for on google that is along the same lines as the problem I am having.