Coder Social home page Coder Social logo

otgapps / rubymotion-inspect2014 Goto Github PK

View Code? Open in Web Editor NEW
34.0 34.0 6.0 17.47 MB

Official App for the RubyMotion #Inspect 2014 conference in San Francisco - May 28-29, 2014

Home Page: https://itunes.apple.com/us/app/rubymotion-inspect-2014/id863959924?mt=8

License: MIT License

Ruby 100.00%

rubymotion-inspect2014's People

Contributors

dtykocki avatar gantman avatar hlidotbe avatar markrickert avatar twerth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

rubymotion-inspect2014's Issues

Quick Clicking Fail

Not sure the source of the problem, but while updating the plists I found a strange bug. I decided to check if this is the behavior in master and it appears so.

If you load the application in the simulator and begin clicking and returning down the list of speakers, at some point a click seems to fail and you get something like this:
ios simulator screen shot apr 23 2014 2 47 11 pm

Clicking around, you can then have that exact same cell, work!

@markrickert perhaps something with SDImage?

Make the app accessable

I know it would mean a lot to @austinseraphin if we could somehow (with the tight timeline) make this app accessible.

Any tips for us, Austin? I've started playing around with motion-accessibility but can't quite figure out the right way to use it with teacup stylesheets.

cc/ @colinta

Custom fonts in some of the UINavigationBar titles are clipped.

ios_simulator_-iphone_retina__4-inch____ios_7_1__11d167

I'm not really sure of the best way to integrate this into Promotion/Teacup coding style, but you can resolve the issue by altering the AboutViewController's on_appear method like so:

  def on_appear
    label = UILabel.alloc.initWithFrame([[0,0],[198,44]])
    label.backgroundColor = :clear.uicolor
    label.setFont('Prada'.uifont(25))
    label.textAlignment = UITextAlignmentCenter
    label.textColor = :black.uicolor
    label.adjustsFontSizeToFitWidth = true
    label.text = 'About'
    self.navigationItem.titleView = label
    self.navigationItem.titleView.origin = [0,0]
    @scroll.contentSize = CGSizeMake(Device.screen.width, @content.totalHeight + 44)
  end

The label's frame width was just manually calculated, there's probably a better way to handle that for screen rotations.

screenshot_4_16_14__8_31_am

Image widths stretched (Camera adds 10 lbs.)

Looks like the images are stretched, or the app has been feeding everyone too much! We can either change the height to match, or try to crop the images.

@lrz do you have high quality versions of the images?

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.