Skip to content

Integration

Tomasz K. edited this page Dec 12, 2024 · 35 revisions

Gdy cię mają wie­szać, pop­roś o szklankę wo­dy. Nig­dy nie wiado­mo, co się wydarzy, zanim przy­niosą.

Introduction

This page is an introduction to the integration of MijickCamera into your application. All code examples presented in this wiki are based on iOS and omit trivial things that might distract you from the core of the topic. However, it should not be too difficult to adapt this code into a working version.

MCamera is a view object that contains three screens that are displayed in relation to the state of the camera:

  • ErrorScreen, which is shown when the user denies any of the required permissions,
  • CapturedMediaScreen, which is presented when the user captures either an image or video (can be disabled)
Clone this wiki locally