Skip to content

Commit b5880a7

Browse files
authored
Update README.md
1 parent a76ffe2 commit b5880a7

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ builder.UseSegmentedView();
1818

1919

2020
Platforms:
21-
- Android
22-
- iOS
21+
- Android API 27+
22+
- iOS 13+
2323

2424
Supports 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

120120
For 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+
```

0 commit comments

Comments
 (0)