iphone - 'UseSegmentedControlViewController.h' file not found -
the line
#import <usesegmentedcontrolviewcontroller.h>
in little attempt segmented control has led error
'usesegmentedcontrolviewcontroller.h' file not found
the lines
#import <coremotion/coremotion.h> #import "viewcontroller.h" #import <audiotoolbox/audiotoolbox.h> #import <audiotoolbox/audioservices.h>
are fine.
is there particular framework should loading?
i have:
- audiotoolbox
- coremotion
- corelocation
- uikit
- foundation
- coregraphics
tia dr. j
if usesegmentedviewcontroller.h
view controller wrote, want surround file name in double quotes ("
), not angle brackets. angle brackets used system-provided headers, not headers in own project.
Comments
Post a Comment