1f00192334
Tweak the UI a bit
2023-11-21 17:31:27 -08:00
a81edae04f
Forget the flash/torch nonsense
2023-11-21 16:57:43 -08:00
42ce13fa38
Change min deployment target to iOS 17
2023-10-26 14:47:21 -07:00
f87433aaf8
Change min deployment target to iOS 16
2023-10-26 14:09:41 -07:00
54a288b661
Address warnings, rip out photos, and make the button responsive
2023-10-26 14:04:58 -07:00
707bf2292c
Update project for Xcode 15 with min deploy target iOS 12
2023-10-26 13:28:11 -07:00
blurtime
98993c6342
Change categroy of AVAudioSession
...
Just a small suggestion: I found that the `.ambient` audio session category sometimes only played the video's audio at a much lower volume - in some cases, I couldn't hear anything at all. Therefore, I'd suggest changing it to `.playback` since that's the safer way to have audio.
Really like the pod (and the examples), thank you!
2019-03-03 18:48:03 +01:00
Jon Andersen
09dda4bd7c
Release 3.1.0
2019-02-17 18:36:41 -05:00
Jon Andersen
b0b51e346d
Merge pull request #194 from officina/autoflash
...
Autoflash
2019-01-02 17:28:29 -05:00
Satoshi Nagasaka
e0d171f1cf
update swift version for building with carthage
2018-12-25 18:11:22 +09:00
gazz
addff327d6
Merge branch 'autoflash' into swifty_master
...
# Conflicts:
# DemoSwiftyCam/DemoSwiftyCam.xcodeproj/project.pbxproj
# DemoSwiftyCam/DemoSwiftyCam/ViewController.swift
2018-12-06 11:30:51 +01:00
Jon Andersen
5c5931e869
Migrate swift from 4.0 to 4.2
2018-11-18 20:40:56 -05:00
gazz
8fd983de19
Merge branch 'master' into feature/swift4-auto-flash
...
# Conflicts:
# DemoSwiftyCam/DemoSwiftyCam.xcodeproj/project.pbxproj
# DemoSwiftyCam/DemoSwiftyCam/ViewController.swift
# Source/SwiftyCamViewController.swift
2018-04-12 12:40:41 +02:00
Andrea Maschio
52d8b1151c
support for auto mode in flash
2018-04-11 19:43:14 +02:00
Jon Andersen
fedb6ef39e
Ensure demo project can be compiled
2017-10-18 13:51:46 -04:00
Andrew Walz
9df5997d18
Changed objc inference
2017-09-06 14:03:43 -06:00
Andrew Walz
9a2d279544
Continued work
2017-09-06 13:50:01 -06:00
Andrew Walz
c98cf8256d
Fixed issue with audio going over bluetooth
2017-09-06 13:43:57 -06:00
Andrew Walz
d837d4d71e
Added optional delegate methods for running session and added enabled property to SwiftyCamButton
2017-09-06 12:33:59 -06:00
Andrew Walz
ad38933dca
Added delegate to prompt to app settings
2017-08-30 21:41:03 -06:00
Andrew Walz
85d9bc917c
Added delegate for failed configuration
2017-08-30 21:17:54 -06:00
Andrew Walz
a3a8c6e3c1
Continued work of phone call interruptions
2017-08-25 15:53:16 -06:00
Andrew Walz
fa6e301806
Updating project
2017-08-25 14:49:38 -06:00
Andrew Walz
4d98b5f3f7
Commit before reworking
2017-08-25 14:39:52 -06:00
Andrew Walz
e9ee6f0ebd
Commit before trying to fix demo
2017-08-25 14:25:47 -06:00
Andrew Walz
9b8e7fd951
Finished Changelog
2017-05-29 22:05:43 -06:00
Andrew Walz
5fcc21edf9
Added support for no audio video recording
2017-05-29 21:21:39 -06:00
Andrew Walz
151bed4623
Added support for device auto rotation
2017-05-29 20:55:59 -06:00
Andrew Walz
fa9e75fe46
Added support for autorotate
2017-05-29 20:53:26 -06:00
Andrew Walz
042428a4b7
Added swipe to zoom
2017-04-26 11:35:03 -06:00
Andrew Walz
e884300f85
Tip keyboard now works
2017-04-24 14:36:51 -06:00
Andrew Walz
4c390fb6c6
Merge pull request #30 from jonandersen/master
...
Carthage support
2017-03-23 10:10:53 -06:00
Andrew Walz
a08abd9baa
Updated README
2017-03-23 09:48:20 -06:00
Andrew Walz
e1da22fdec
Adding merge for device orientation
2017-03-23 09:39:11 -06:00
Jon Andersen
f3321c0ea6
Add Carthage support
2017-03-20 21:53:33 -04:00
Andrew Walz
553ac50865
Added fix image orientation
2017-03-02 09:35:33 -07:00
Oleg Ivanov
ec33ad5a84
- added the capability to set the maximum zoom scale using the public variable 'maxZoomScale'
...
- added the possibility to chose, using the public variable 'shouldUseDeviceOrientation', wether the captured media orientation should be inherited by the device or not
2017-02-25 22:28:08 +01:00
Andrew Walz
67ff337423
Added default camera functionality'
2017-01-15 17:12:21 -07:00
Andrew Walz
da8f7ba858
Fixed issue with front flash not turning on in time
2017-01-13 17:05:51 -07:00
Andrew Walz
73bbfa0078
Updated Button
2017-01-13 16:08:58 -07:00
Andrew Walz
f501ef6543
Updated Demo project
2017-01-12 21:39:55 -07:00
Andrew Walz
dbf46f720e
Addouble tap tap to switch camera
2017-01-11 20:50:06 -07:00
Andrew Walz
9f9a8a0e17
Updated demo buttons
2017-01-11 20:31:32 -07:00
Andrew Walz
bd5a0f193b
Updating tapToFocus
2017-01-11 20:13:41 -07:00
Andrew Walz
29d99fea4e
Created new demo UI and fixed issue with delegate calls not on main queue
2017-01-11 18:11:02 -07:00
Andrew Walz
f8376ccec6
Added new demo button
2017-01-11 17:33:31 -07:00
Andrew Walz
29448b7c5c
Added front facing flash support
2017-01-06 20:22:31 -07:00
Andrew Walz
a78e112597
Added low light boost
2017-01-06 15:41:14 -07:00
Andrew Walz
1abe380628
New flash settings working for rear camera
2017-01-06 11:55:34 -07:00
Andrew Walz
3da4b97294
Changed didFinishRecordingAtPath to return URL instead of string
2017-01-03 14:50:29 -07:00