Giter Club home page Giter Club logo

panikulshinpw2's Introduction

panikulshinPW2

This is a simple app which provides you an opportunity to change background color in different ways. It was made during IOS Development course in Higher School of Economics

Questions

  • What issues prevent us from using storyboards in real projects?

    • Difficulties in development
    • No code programming
    • Challenging to change
  • What does the code on lines 25 and 29 do?
    image

    • (25) It lets us to change view constants (change position).
    • (29) Due to this code, we can add our view to the screen view, so, we can see it on the screen.
  • What is a safe area layout guide?
    This is a view without top bars panel.

  • What is [weak self] on line 23 and why it is important?
    image
    It creates a weak reference to self in order to prevent memory leaks.

  • What does clipsToBounds mean?
    It means that we can clip (edit) stack bounds.

  • What is the valueChanged type? What is Void and what is Double?
    This is an undefined function. Void is a return type. Double is an input value.

panikulshinpw2's People

Contributors

aksumrus avatar

Watchers

 avatar

panikulshinpw2's Issues

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.