Giter VIP home page Giter VIP logo

Comments (4)

phuna avatar phuna commented on June 13, 2024 1

@yenbekbay Thank you, move initialization part to viewDidLoad solves my problem :)

from ayslidingpickerview.

yenbekbay avatar yenbekbay commented on June 13, 2024

@phuna I just tried to reproduce your scenario and I don't seem to have the problem that you described. Can you share your project with me so I can have a better look?

from ayslidingpickerview.

phuna avatar phuna commented on June 13, 2024

@yenbekbay : The sample project is here: https://github.com/phuna/sliding-picker-problem-demo
Is run with Xcode 7.2.1 (7C1002) on OSX 10.11.3

from ayslidingpickerview.

yenbekbay avatar yenbekbay commented on June 13, 2024

@phuna Thank you.

The issue is simple. In your case the picker view is not created until the texts array has at least one element, which is after the view is presented.

To fix it, you can move this whole part

pickerView = [AYSlidingPickerView sharedInstance];
pickerView.mainView = self.view;
pickerView.closeOnSelection = YES;

to viewDidLoad. This is also more favorable because setting properties of picker view each time the view is presented is redundant.

Another thing: you don't need to use sharedInstance if you only use the picker view in one view controller.

from ayslidingpickerview.

Related Issues (2)

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.