- Install Cocoapods
- Use
pod install
to install needed libraries - Open Interview.xcworkspace
- Character screen should contain the following information:
- character name
- avatar
- list of inventory items
- each item should have a name colored based on rarity of the item
- Common - #F5F8FA
- Uncommon - #5CBE3E
- Rare - #5991DC
- Very Rare - #B55DFF
- Legendary - #F2A546
- Artifact - #B78B76
- item type
- information whether the item is magical or not below the name
- The size of the views should adjust to iPads as well
- The character data should be fetched from the following url dynamically (not included locally):
- When implementing the UI, please consult the attached design mockup (including attached fonts and icons):