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

mirego / MCUIViewLayout / 91
96%

Build:
DEFAULT BRANCH: master
Ran 19 Jul 2016 01:06PM UTC
Jobs 1
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

pending completion
91

Pull #30

travis-ci

web-flow
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))
Pull Request #30: Update MCUIViewLayout's Swift extension: Add optional "fitSize" parameter to setPosition/setRelativePosition methods

240 of 249 relevant lines covered (96.39%)

48.53 hits per line

Jobs
ID Job ID Ran Files Coverage
1 91.1 19 Jul 2016 01:06PM UTC 0
96.39
Travis Job 91.1
Source Files on build 91
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #91
  • Pull Request #30
  • PR Base - master (#89)
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

© 2025 Coveralls, Inc