Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
donggi
/
OHAttributedLabel
Public
forked from
AliSoftware/OHAttributedLabel
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 11, 2011
typos
AliSoftware
committed
2554418
View commit details
Copy full SHA for 2554418
Browse repository at this point
Commits on Oct 29, 2011
Added warnings for known unsupported/ignored properties (adjustFontSizeToFit, etc) not handled by CoreText
AliSoftware
committed
08ede9a
View commit details
Copy full SHA for 08ede9a
Browse repository at this point
Added warning in case bold font does not exist or using unsupported properties
AliSoftware
committed
b8c681a
View commit details
Copy full SHA for b8c681a
Browse repository at this point
Commits on Sep 30, 2011
typo
AliSoftware
committed
5b551b2
View commit details
Copy full SHA for 5b551b2
Browse repository at this point
Commits on Sep 19, 2011
Workaround for Apple's leak on textAlignment / lineBreakMode (issue #40)
AliSoftware
committed
9fc675d
View commit details
Copy full SHA for 9fc675d
Browse repository at this point
Commits on Sep 18, 2011
Updated README
AliSoftware
committed
ba9d649
View commit details
Copy full SHA for ba9d649
Browse repository at this point
Updated README
AliSoftware
committed
ddb1d13
View commit details
Copy full SHA for ddb1d13
Browse repository at this point
Updated README
AliSoftware
committed
3a02dba
View commit details
Copy full SHA for 3a02dba
Browse repository at this point
Updated README
AliSoftware
committed
724cb22
View commit details
Copy full SHA for 724cb22
Browse repository at this point
Commits on Sep 2, 2011
Added private methods declarations to remove warnings
AliSoftware
committed
5b77c1a
View commit details
Copy full SHA for 5b77c1a
Browse repository at this point
- customLinks now automatically removed when changing the text/attributedText of the label
Show description for f34d810
AliSoftware
committed
f34d810
View commit details
Copy full SHA for f34d810
Browse repository at this point
Commits on Aug 7, 2011
Added setTextIsBold:range: method
AliSoftware
committed
077044c
View commit details
Copy full SHA for 077044c
Browse repository at this point
Merge branch 'master' of github.com:AliSoftware/OHAttributedLabel
Show description for 107712b
AliSoftware
committed
107712b
View commit details
Copy full SHA for 107712b
Browse repository at this point
Added NSTextCheckingTypePhoneNumber to the default automaticallyAddLinksForType value, only if the device supports "tel:" URLs (see issue #32)
AliSoftware
committed
b237bd5
View commit details
Copy full SHA for b237bd5
Browse repository at this point
FIX 08de91ddcb7bd11b1d27af874764fc8eb9904155 : Added NSTextCheckingTypePhoneNumber to the default automaticallyAddLinksForType value, only if the device supports "tel:" URLs
AliSoftware
committed
4480cab
View commit details
Copy full SHA for 4480cab
Browse repository at this point
Generalized support for "automatic link detection" to any NSTextCheckingType : now support URL links, but also phone numbers, addresses, etc.
Show description for 08de91d
AliSoftware
committed
08de91d
View commit details
Copy full SHA for 08de91d
Browse repository at this point
Removed subscript/superscript as it is not supported by most CTFonts in iOS
Show description for 94860c3
AliSoftware
committed
94860c3
View commit details
Copy full SHA for 94860c3
Browse repository at this point
Commits on Aug 3, 2011
Added sizeConstrainedToSize:fitRange: method to NSAttributedString+Attributes
Show description for 3d573c6
AliSoftware
committed
3d573c6
View commit details
Copy full SHA for 3d573c6
Browse repository at this point
Commits on Aug 2, 2011
FIX for issue #28
Show description for f632cf1
AliSoftware
committed
f632cf1
View commit details
Copy full SHA for f632cf1
Browse repository at this point
Subscript/Superscript support
AliSoftware
committed
5dd7dba
View commit details
Copy full SHA for 5dd7dba
Browse repository at this point
Commits on Jul 28, 2011
Merge pull request #27 from ericflo/patch-1
Show description for ec44d32
AliSoftware
committed
ec44d32
View commit details
Copy full SHA for ec44d32
Browse repository at this point
Commits on Jul 25, 2011
Fixed a crash caused by dealloc not resetting textFrame to NULL after releasing the reference (a subsequent call to resetTextFrame would pass the if conditional and crash on trying to release the m…
Show description for 29d168c
ericflo
committed
29d168c
View commit details
Copy full SHA for 29d168c
Browse repository at this point
Commits on Jun 22, 2011
Merge branch 'master' of github.com:AliSoftware/OHAttributedLabel
Show description for 07da2dd
AliSoftware
committed
07da2dd
View commit details
Copy full SHA for 07da2dd
Browse repository at this point
Added example to use links for internal navigation (instead of opening them in Safari)
AliSoftware
committed
698c2ca
View commit details
Copy full SHA for 698c2ca
Browse repository at this point
Commits on Jun 15, 2011
Fixed Issue #23 (Typo in sizeThatFits)
AliSoftware
committed
1a3b43c
View commit details
Copy full SHA for 1a3b43c
Browse repository at this point
Commits on Jun 8, 2011
Fixed issue #22
AliSoftware
committed
679af91
View commit details
Copy full SHA for 679af91
Browse repository at this point
Commits on Jun 5, 2011
Merge pull request #20 from steipete/master
Show description for be26657
AliSoftware
committed
be26657
View commit details
Copy full SHA for be26657
Browse repository at this point
Fixed Issue #21
AliSoftware
committed
047ca5e
View commit details
Copy full SHA for 047ca5e
Browse repository at this point
Fixed Issue #22
AliSoftware
committed
b4ee98f
View commit details
Copy full SHA for b4ee98f
Browse repository at this point
Commits on May 29, 2011
fixes range check (broke with 737185e)
Peter Steinberger
committed
1fc2b25
View commit details
Copy full SHA for 1fc2b25
Browse repository at this point
Commits on May 28, 2011
FIX typo in last commit
AliSoftware
committed
8958e62
View commit details
Copy full SHA for 8958e62
Browse repository at this point
Commits on May 27, 2011
fixes a typo
Peter Steinberger
committed
737185e
View commit details
Copy full SHA for 737185e
Browse repository at this point
fixes clang llvm 2.1 warnings
Peter Steinberger
committed
5d68066
View commit details
Copy full SHA for 5d68066
Browse repository at this point
add Xcode4 noise
Peter Steinberger
committed
78da7c0
View commit details
Copy full SHA for 78da7c0
Browse repository at this point
Commits on May 23, 2011
Fixed leaks reported in issues #5 and #19
AliSoftware
committed
232b2f0
View commit details
Copy full SHA for 232b2f0
Browse repository at this point
Previous
Next
You can’t perform that action at this time.