objective c - How to define object within a line of code? (noob) -


sorry noob question, how can write in 1 line?

nsinteger minuteinterval=5; [countdownpicker setminuteinterval:minuteinterval]; 

thanks

this work: [countdownpicker setminuteinterval:5];


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -