Classes
82 |The following classes are available globally.
83 | 84 |-
88 |
-
89 | 90 |96 |
91 | 92 | 93 | NeatBubbleView 94 |
95 |97 | 98 |120 |99 | 100 | 119 |101 |107 |NeatBubbleView renders the actual tooltip using the defined preferences and string. 102 | You can use this view without depending on
104 | 105 | See more 106 |NeatTipView
if you need something custom, 103 | or you don’t want a full-screen overlay.108 |115 |Declaration
109 |110 |114 |Swift
111 |
112 | 113 |public class NeatBubbleView : UIView
116 | Show on GitHub 117 |118 |
121 |
-
125 |
-
126 | 127 |133 |
128 | 129 | 130 | NeatTipView 131 |
132 |134 | 135 |156 |136 | 137 | 155 |138 |143 |NeatTipView is in charge of presenting the content to the user. 139 | Handles layout calculations and appearance/dissapearance animations.
140 | 141 | See more 142 |144 |151 |Declaration
145 |146 |150 |Swift
147 |
148 | 149 |public class NeatTipView : UIView
152 | Show on GitHub 153 |154 |
157 |