File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ builder.UseSegmentedView();
1818
1919
2020Platforms:
21- - Android
22- - iOS
21+ - Android API 27+
22+ - iOS 13+
2323
2424Supports both static segments and ` ItemsSource ` to build segments dynamically.
2525
@@ -119,3 +119,13 @@ This is standard Material design on the native Android platform. Check the nativ
119119
120120For quick ref:
121121![ image] ( https://github.com/vapolia/SegmentedViews/assets/190756/0c20a415-4a77-48f7-994e-9691d1a12c70 )
122+
123+ # FAQ
124+
125+ ## Cannot resolve type "https://vapolia.eu/Vapolia.SegmentedViews:segmented:Segment"
126+
127+ Make sure your SupportedOSPlatformVersion is at least those:
128+ ``` xml
129+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'" >13.0</SupportedOSPlatformVersion >
130+ <SupportedOSPlatformVersion Condition =" $([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'android'" >27.0</SupportedOSPlatformVersion >
131+ ```
You can’t perform that action at this time.
0 commit comments