Commit Graph

91 Commits

Author SHA1 Message Date
choefele
0ea394e0ee Edit for consistency 2015-02-11 17:03:34 +01:00
Claus Höfele
e68a0ac314 Merge pull request #6 from wandermyz/master
Added a property "linkCornerRadius" to allow rounded rect
2015-02-11 16:59:07 +01:00
Yang Liu
45a608f07d Added a property "linkCornerRadius" to allow rounded rect
Draw a rounded rect around link text when tapped, similar to the
original iOS design.
2015-02-08 16:17:31 -08:00
Claus Höfele
77665114de Merge pull request #5 from inket/master
Fixed README typo
2014-10-02 09:55:59 +02:00
inket
d76967a5c0 Fixed README typo 2014-10-02 16:38:42 +09:00
Claus Höfele
92747e95a3 Use instancetype 2014-06-06 21:10:34 +02:00
Claus Höfele
1965dfc9b5 Updated documentation 1.0.1 2014-05-15 20:48:14 +02:00
Claus Höfele
c315e9a4f6 Simplified implementation 2014-05-15 20:42:07 +02:00
Claus Höfele
67f150a2b0 Updated color of links 2014-05-15 20:36:56 +02:00
Claus Höfele
14b077695a Removed unnecessary property attributes 2014-05-15 20:32:30 +02:00
Claus Höfele
ffb5ae32eb Merge pull request #3 from lukedixon/master
Fixed LinkTextTouchAttributes Bug
2014-05-15 20:27:26 +02:00
luke.dixon
b20c213dc5 Fixed LinkTextTouchAttributes Bug
Fixed a bug where LinkTextTouchAttributes would be ignored if
LinkTextAttributes clashed.
2014-05-15 18:33:44 +01:00
Claus Höfele
207a2c4adb Initialize CCHLinkTextView in initWithCoder: so it's ready when awakeFromNib is called on the view hierarchy 2014-04-21 21:17:19 +02:00
Claus Höfele
320193b286 Added screenshot 2014-04-20 12:15:04 +02:00
Claus Höfele
6cc1feb24e Updated doc 1.0.0 2014-04-18 22:58:13 +02:00
Claus Höfele
de24db0626 Updated gif 2014-04-18 22:51:20 +02:00
Claus Höfele
adf26b46ed Merge branch 'master' of github.com:choefele/CCHLinkTextView 2014-04-18 22:41:52 +02:00
Claus Höfele
e87bb1125b Added animated gif demo 2014-04-18 22:41:39 +02:00
Claus Höfele
76cdcfcffa Update README.md 2014-04-18 22:10:51 +02:00
Claus Höfele
415605b448 Update README.md 2014-04-18 21:55:18 +02:00
Claus Höfele
c80e55545a Update README.md 2014-04-18 21:54:05 +02:00
Claus Höfele
d208a79e9e Update README.md 2014-04-18 21:51:42 +02:00
Claus Höfele
63f4cb1a44 Update README.md 2014-04-18 21:38:07 +02:00
Claus Höfele
2a7060feec Simplified code 2014-04-18 14:30:12 +02:00
Claus Höfele
7be8dd8be4 Update README.md 2014-04-18 14:29:42 +02:00
Claus Höfele
307bef28cd Merge branch 'master' of github.com:choefele/CCHLinkTextView 2014-04-18 14:17:26 +02:00
Claus Höfele
4c2a87aede Make text view non-editable and non-selectable by default 2014-04-18 14:17:19 +02:00
Claus Höfele
291ba84ace Update README.md 2014-04-18 14:14:25 +02:00
Claus Höfele
94206a54c5 Update README.md 2014-04-18 14:00:05 +02:00
choefele
638b0ee847 Documentation 2014-04-15 17:44:39 +02:00
choefele
6d66068629 Trying with -N and without install:echo 2014-04-15 11:52:19 +02:00
choefele
d90179a199 Use UIEdgeInset to extend tap area 2014-04-15 11:41:38 +02:00
choefele
edc9be625d Added properties to extend tap area 2014-04-14 20:59:12 +02:00
choefele
349c84f060 Added debugQuickLookObject 2014-04-14 20:42:27 +02:00
choefele
5746d79f0d Documentation 2014-04-14 20:11:49 +02:00
choefele
b7fdd31c93 Updated example 2014-04-14 19:54:05 +02:00
Claus Höfele
c898a247f0 Fixed unit test 2014-04-07 21:09:59 +02:00
Claus Höfele
8a2e8113d1 Update .travis.yml 2014-04-07 20:50:51 +02:00
Claus Höfele
ddbd975da5 Implement long press on table cell 2014-03-31 18:28:38 +02:00
Claus Höfele
bac937a446 Update .travis.yml 2014-03-26 15:20:01 +01:00
Claus Höfele
7a01fcaaf3 Update .travis.yml 2014-03-26 14:48:09 +01:00
Claus Höfele
d9c7218237 Update .travis.yml 2014-03-26 13:41:19 +01:00
Claus Höfele
f74107eeb6 Update .travis.yml 2014-03-26 13:36:49 +01:00
Claus Höfele
2d0b4f70f5 Use Xcode 5.0 style of asserts 2014-03-26 13:23:16 +01:00
Claus Höfele
1fb207e5d2 Update .travis.yml 2014-03-26 13:16:51 +01:00
Claus Höfele
5274374d9f Show messages when links were tapped 2014-03-25 22:03:23 +01:00
Claus Höfele
bbfb586c30 Use gray background for links by default 2014-03-25 21:06:56 +01:00
Claus Höfele
5a80b36ac9 Made links work with attributeText instead of custom array 2014-03-25 20:00:07 +01:00
Claus Höfele
3bcf66e52a Fixed missing forward declaration 2014-03-23 20:14:21 +01:00
Claus Höfele
c74765f876 Ignore touches outside of links to make scroll view handle them 2014-03-21 20:01:41 +01:00