We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a69e029 + 84521c3 commit 002dcbbCopy full SHA for 002dcbb
FuzzyAutocomplete/FuzzyAutocomplete-Info.plist
@@ -30,6 +30,7 @@
30
<string>A2E4D43F-41F4-4FB9-BB94-7177011C9AED</string>
31
<string>640F884E-CE55-4B40-87C0-8869546CAB7A</string>
32
<string>37B30044-3B14-46BA-ABAA-F01000C27B63</string>
33
+ <string>992275C1-432A-4CF7-B659-D84ED6D42D3F</string>
34
</array>
35
<key>FAReportIssueURL</key>
36
<string>https://github.com/FuzzyAutocomplete/FuzzyAutocompletePlugin/issues</string>
XcodeHeaders/DVTCompletingTextView.h
@@ -121,7 +121,7 @@
121
- (id)accessibilityAttributeValue:(id)arg1;
122
123
// Remaining properties
124
-@property(retain) id <DVTCompletingTextViewDelegate> delegate; // @dynamic delegate;
+@property(assign) id <DVTCompletingTextViewDelegate> delegate; // @dynamic delegate;
125
126
@end
127
0 commit comments