• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mirego / MCUIViewLayout / 90 / 1
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: swift_extension_add_fitSize_param
DEFAULT BRANCH: master
Ran 19 Jul 2016 01:05PM UTC
Files 3
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Jul 2016 01:05PM UTC coverage: 96.386%. First build
90.1

push

travis-ci

lucmirego
Update MCUIViewLayout's Swift extension: Add optional "fitSize" parameter to setPosition/setRelativePosition methods.

Instead of doing:
	let labelSize = myLabel.sizeThatFits(CGSize(width: 200, height: .max))
        myLabel.setPosition(.PositionTopLeft, size: labelSize)

We can do:
       myLabel.setPosition(.PositionTopLeft, fitSize: CGSize(width: 200, height: .max))

240 of 249 relevant lines covered (96.39%)

48.53 hits per line

Source Files on job 90.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 90
  • Travis Job 90.1
  • ce214db5 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc