Coder Social home page Coder Social logo

objectivec_uber_unit2_unitconverterapp's People

Contributors

craiggrummitt avatar

Watchers

Chris Powers avatar Darrell Silver avatar Olex Ponomarenko avatar Niki Brown avatar Kat avatar Zachary Zimbler avatar Joe Turner avatar James Cloos avatar Dan Friedman avatar Thomas Peterson avatar Jasjit Singh avatar  avatar Carlos Edo avatar David Coulter avatar Brian Schachter avatar Andrew Baylis avatar Derek Fogge avatar Robert Wilson avatar  avatar Eliz Par avatar Eric Gu (@ericguuu) avatar Grae Drake avatar  avatar  avatar  avatar  avatar Kara Leary avatar  avatar Varun Rajan avatar  avatar  avatar Zac Ellington avatar Rick Lopez avatar  avatar Chen Atlas avatar Austen Weinhart avatar Bill Cullen avatar  avatar  avatar Tauhida Parveen avatar Ben Aronowicz avatar  avatar  avatar

objectivec_uber_unit2_unitconverterapp's Issues

topLayoutGuide references in -2.WithModel and -3.UIPickerView

Current statement on line 65 (of -2.WithModel) is causing the app to crash when you first open it. Recommend to remove the UIView definition for topLayoutGuide and change line 66 with the make.top.equalTo statement below.

[self.celsiusLabel mas_makeConstraints:^(MASConstraintMaker *make) {
//UIView *topLayoutGuide = (id)self.topLayoutGuide; // remove
//make.top.equalTo(topLayoutGuide.mas_bottom).offset(verticalSpace); //remove
make.top.equalTo(self.view.mas_top).offset(verticalSpace);
make.leading.equalTo(self.view.mas_leading).offset(leadingOffset);
make.trailing.equalTo(self.view.mas_trailing).offset(trailingOffset);
}];

Similar change for the -3.UIPickerView (line 63) recommended also.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.