I want to build a app that keeps detecting face from the Camera. I have integrated the library but not getting any valid source from where i can start
I think this is a good starting point if you want to use Objective C:
https://jkbdev.wordpress.com/2015/09/22/getting-started-with-opencv-on-ios/
When you manage to get this to build and run, look for an opencv face detection example and incorporate that into your iOS app.
If you really want to do this in one go, you can try the link suggested by @Anthony above (https://github.com/ekurutepe/iOS-OpenCV-FaceRec).