Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
PrideChung committed Mar 2, 2014
1 parent f79e77d commit 015ede2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KnownIssues.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Displaying A View Containing FAKIcons May Cause Crash

This is likely to be a bug in iOS 7.0 and seems has been fixed in iOS 7.1. FAK use the lazy-load mechanism to delay the icon font registration until it's actually needed, but this will somehow cause an exception in Core Text framework. Currently there're two workaround for this bug.
This is likely to be a bug in iOS 7.0 and seems has been fixed in iOS 7.1. FAK use the lazy-load mechanism to delay the icon font registration until it's actually needed, but this will somehow cause an exception in Core Text framework. Currently there're two workarounds for this bug.

### A: Don't Lazy-Load At All (Recommended)

Expand Down

0 comments on commit 015ede2

Please sign in to comment.