FTCoreText icon indicating copy to clipboard operation
FTCoreText copied to clipboard

An open source Objective-C interface component that makes use of the CoreText framework to render static text content using a highly customisable markup syntax.

Results 19 FTCoreText issues
Sort by recently updated
recently updated
newest added

I am using FTCoreTextView and have noticed two issues with the location of the link as received in the delegate function: - (void)coreTextView:(FTCoreTextView *)acoreTextView receivedTouchOnData:(NSDictionary *)data { ... CGRect touchedFrame...

Oct 16 14:48:36 users-iPod AppName[10049] : -[__NSSetI objectForKey:]: unrecognized selector sent to instance 0x1e57fb70 Oct 16 14:48:36 users-iPod AppName[10049] : **\* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSSetI...

I change the code in FTCoreTextAppDelegate.m: ``` UINavigationController *nav = [[UINavigationController alloc]initWithRootViewController:articleVC]; [self.window setRootViewController:nav]; ``` The FTCoreText only display part text,because it's frame height is wrong.

when text has the "" characters in string, the code identify them as undefined tag but crash because it's not closed or not opened .... I solved it by ignoring...

Hi, It would be awesome if we can load images remotely :) ! I tried to but it did not work. Maybe you can edit my code to implement it...

It would be nice if when on touchesBegan you could set an alternate style for that tag (like underlining, textColor change, etc), which then reverts on touchesEnded.

Right now, the bullet tag defines one style that applies both to the bullet glyph and to the text associated with the bullet. For instance, font overrides bulletFont and color...

There's one default tag for bullets -- . But I might want different kinds of bullet styles, which would require being able to define custom bullet tags. I could now...

Although FTCoreText was not specifically created to substitute a UIWebView, some people asked me how it does compared to it. The answer is I really do not know. So I...