Commit Graph

35 Commits

Author SHA1 Message Date
choefele
bde7923d76 Add unit test for two links at the same location 2015-04-10 16:46:25 +02: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
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
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
2a7060feec Simplified code 2014-04-18 14:30:12 +02:00
Claus Höfele
4c2a87aede Make text view non-editable and non-selectable by default 2014-04-18 14:17: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
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
ddbd975da5 Implement long press on table cell 2014-03-31 18:28:38 +02:00
Claus Höfele
2d0b4f70f5 Use Xcode 5.0 style of asserts 2014-03-26 13:23:16 +01:00
Claus Höfele
5274374d9f Show messages when links were tapped 2014-03-25 22:03:23 +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
c74765f876 Ignore touches outside of links to make scroll view handle them 2014-03-21 20:01:41 +01:00
Claus Höfele
e74639d84e Use new enumerate method 2014-03-18 17:42:18 +01:00
Claus Höfele
f9ffcf4d2c Added more tests 2014-03-14 23:15:16 +01:00
Claus Höfele
90069e4761 Added enumerateLinkRangesContainingPoint:usingBlock: 2014-03-14 22:51:42 +01:00
Claus Höfele
6cf23f78ff Added enumerateViewRectsForRanges:usingBlock: 2014-03-14 22:35:44 +01:00
Claus Höfele
03b7185ed0 Added standard UITextView for comparison 2014-03-12 20:06:44 +01:00
Claus Höfele
aa365d5948 License stuff 2014-03-11 21:49:38 +01:00
Claus Höfele
23a684978d Update projects settings for Xcode 5.1 2014-03-11 17:35:10 +01:00
Claus Höfele
1626558dee Removed to dos 2014-03-08 17:26:05 +01:00
Claus Höfele
39827bfc4a Back to custom gesture recognizer to be able to know when gesture has failed 2014-03-08 16:42:18 +01:00
Claus Höfele
63a54f4d71 Attributes for touch down 2014-03-07 20:07:45 +01:00
Claus Höfele
07b3eb4064 Use standard gesture recognizers and add more delegate methods 2014-03-07 16:29:14 +01:00
Claus Höfele
e79e316b5c Figured out a way to enable copy&paste with a custom gesture recognizer 2014-03-06 19:56:22 +01:00
Claus Höfele
ab61fed1ec Handle long and short taps in custom gesture recognizer 2014-03-06 19:30:42 +01:00
Claus Höfele
a6af3e48b9 Added Travis configuration 2014-03-05 18:00:37 +01:00
Claus Höfele
9c5bd2fe57 Added method to enumerate link ranges and added unit test 2014-03-05 17:50:13 +01:00
Claus Höfele
89c3cad50e Added delegate method that's called when no link has been tapped 2014-03-03 12:01:22 +01:00
Claus Höfele
21b1ebc4e6 Added alternative using NSLinkAttributeName 2014-03-03 11:31:36 +01:00
Claus Höfele
fa9a10c845 Initial prototype with example 2014-02-28 21:25:31 +01:00