objective c - Slide up menu in iOS -


how can create "slide up" menu 1 in camera roll, choose if want send image email, mms , on?

an uiactionsheet you're looking here.

from documentation:

use uiactionsheet class present user set of alternatives how proceed given task. can use action sheets prompt user confirm potentially dangerous action. action sheet contains optional title , 1 or more buttons, each of corresponds action take.


Comments