-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Hi,
In file BCTextView.m
you can replace your method by this one:
- (UIImage *)imageForURL:(NSString *)URL {
return [UIImage imageNamed:URL];
}
So the images would work, if they are in the bundle!
Another improvement:
Add the following method to the same .m file
-(void) setHTML:(NSString *)html{
self.textFrame = [[[BCTextFrame alloc] initWithHTML:html] autorelease];
self.textFrame.delegate = (id )self;
}
So you can subclass this Class and add custom HTML to it :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels