Bartłomiej Semańczyk

Results 10 issues of Bartłomiej Semańczyk

This is what i do in the app: private struct PagingMenuControllerOptions: PagingMenuControllerCustomizable { var lazyLoadingPage: LazyLoadingPage { return .all } var backgroundColor: UIColor { return .clear } var componentType: ComponentType...

Can I do it with your library? I really appreciate it. Nice, clean and simple, but all I need yet is to remove and adding controllers dynamically. Number of controllers...

What is wrong with my Overlay? Here is example url I attach to my CustomOverlay: http://texttopng.azurewebsites.net/Home/TextToPng?text=48 And here is related stack overflow question: https://stackoverflow.com/questions/59718486/marker-overlays-must-be-png-jpg-or-webp-while-using-mapboxstatic-api It worked before, now it stopped...

My complete implementation of `EZAudio`: class ViewController: UIViewController, EZMicrophoneDelegate, EZRecorderDelegate { @IBOutlet var recordingAudioPlot: EZAudioPlot! private var isRecording = false { didSet { if isRecording { player.pause() recordingAudioPlot.clear() microphone.startFetchingAudio() recorder...

Hello, I see that in the readme file there is a demo previewed in illustrations. It is a little different than the repository inside. Do you have a version when...

I just need to update AKPickerView in response to NSFetchedResultsController delegate. However it doesnt work properly when I remove items from core data. Could you implement such methods like: pickerView.insertItem(atIndex:...

These are my delegate methods for my chat: ```Swift func enabledDetectors(for _: MessageType, at _: IndexPath, in _: MessagesCollectionView) -> [DetectorType] { [.url, .phoneNumber] } func detectorAttributes( for _: DetectorType,...

question

There is a weird jumping when table scrolls up or down while I use `UITableViewAutomaticDimension`.

I did connect my `PNLineChart` to `IBOutlet` in storyboard, and then I just prepared it like this: override func viewDidAppear(_ animated: Bool) { super.viewDidAppear(animated) let values: [CGFloat] = [4, 8,...

I would like to stick it to the top ov the screen. Is it possible? As you can see on the image it should be constrained to the top of...