fluentui-apple icon indicating copy to clipboard operation
fluentui-apple copied to clipboard

[iOS] Add podspec for ListItem

Open alexanderboswell opened this issue 1 year ago • 2 comments

Platforms Impacted

  • [X] iOS
  • [ ] macOS

Description of changes

Add ListItem in the podspec file so it can be consumed.

Microsoft Reviewers: Open in CodeFlow

alexanderboswell avatar Dec 05 '23 06:12 alexanderboswell

@huwilkes When I created the ListItem it seemed ideal to use the same tokens as TableViewCell. I do wonder if that doesnt make as much sense anymore because it is required for ListItem - which makes it so you have more needed (which is easy to see now when we define the podspec)

Thoughts?

alexanderboswell avatar Dec 05 '23 15:12 alexanderboswell

@huwilkes When I created the ListItem it seemed ideal to use the same tokens as TableViewCell. I do wonder if that doesnt make as much sense anymore because it is required for ListItem - which makes it so you have more needed (which is easy to see now when we define the podspec)

Thoughts?

Probably makes sense to move the tokens into their own podspec that both list item and tvc depend on rather than adding a new identical token set.

huwilkes avatar Dec 05 '23 17:12 huwilkes