iOS · UIKit · SwiftUI · Asset export

iOS Points to Pixels Converter

Convert point-based layout values into pixel sizes for @1x, @2x, and @3x exports, screenshots, and platform-specific asset checks.

iOS Unit Tool

iOS Points to Pixels Converter

Convert iOS points into pixels for @1x, @2x, and @3x assets. Useful for UIKit and SwiftUI specs, screenshot markup, and App Store asset preparation.

iOS asset scale presets
Converted value
132px

44pt x 3 = 132px

Active factor
3x

Multiplier applied to each point value.

Current target
@3x

Useful for export sizes and Retina assets.

Quick reference table

Common values converted using your active scale.

Live update
ptpx
4pt12px
8pt24px
12pt36px
16pt48px
20pt60px
24pt72px
32pt96px
44pt132px
48pt144px
64pt192px

More Mobile Dev Tools

Points vs pixels

Points are the layout abstraction that keeps interfaces consistent across iPhones and iPads. Pixels are what your exported assets and screenshots use once the display scale is applied.

Useful iOS checks

  • Translate 44pt, 60pt, and 80pt touch targets into real export sizes.
  • Sanity-check App Store screenshot annotations and icon callouts.
  • Compare UIKit or SwiftUI specs with design deliverables from Figma or Sketch.