5 ms·
Speaking as an iOS developer, we use PDF files to represent our vector icon assets in the app. I thought it was a bit odd of a choice on the platform vs SVG wh
by mlex 4y ago
Speaking as an iOS developer, we use PDF files to represent our vector icon assets in the app.
I thought it was a bit odd of a choice on the platform vs SVG which seems more popular (and which the Android devs on our team use), but CoreGraphics using it internally ties the whole picture together.