microsoft / microsoft/AdaptiveCards
[Rendering] iOS SDK Native Feel
Open
Nobody has claimed this yet.
Area-Incubation
Area-Renderers
Epic
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Target Platform
Please list the platform(s) that your application is targeting and remove platforms you are not targeting:
- iOS
Target Application
N/A
Problem Description
Per a partner team, the iOS SDK does not fit with expectations set by existing iOS libraries in the following ways
- The SDK uses Objective-C++ which is not typical
- Lack of a bridging header for interop with Swift
- Use of UpperCamelCase instead of lowerCamelCase
- Mixed use of Auto Layout and manual layout
- Use of Float instead of CGFloat
- API based on
stringand notDictionary<string, any>which is more typical on iOS - Cached images will clip and not size properly
- No way to override BackgroundImage
Screenshot
N/A
Card JSON
N/A
Sample Code
N/A
Version of SDK
All
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the iOS SDK and the listed interoperability, naming, layout, type, image, and background-image concerns. Break the request into scoped changes and confirm expected native iOS behavior for each; done requires an agreed scope and fixes for the selected items.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ios, objective-c, swift
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100