Sebastian Dwornik

Results 10 issues of Sebastian Dwornik

My challenge is that when I update a value like this: ``` FORMFields *formField = [self.dataSource.allFields objectForKey:stringKey]; formField.value = newStringValue; ``` It doesn't reflect that updated new value within the...

I have the following code: ``` sectionView?.snp.updateConstraints { make -> Void in make.width.equalToSuperview() make.height.equalTo(SECTION.kHeaderHeight) if sectionHeader.scrollPositionOffset != sectionHeader.headerPositionOffset { make.top.equalTo(safeAreaInsetsTop + sectionHeader.scrollPositionOffset) } else { make.top.equalTo(safeAreaInsetsTop + sectionHeader.headerPositionOffset) } }...

question

Using: Eureka (5.0.0), Xcode 11.2 I'm having difficulty figuring out why Eureka's TableView cells end up behind the search bar. I haven't adjusted any constraints either. My setup: ``` override...

Using Eureka v5.1.0 I've implemented a `UISearchController` in my VC which works with Eureka like this: ``` func updateSearchResults(for searchController: UISearchController) { guard let searchText = searchController.searchBar.text else { return...

I configure the panels like this: ``` func configureSidePanelController() -> FAPanelController { let panelVC = FAPanelController() panelVC.configs.panFromEdge = true panelVC.configs.unloadRightPanel = true panelVC.configs.resizeLeftPanel = true panelVC.configs.resizeRightPanel = true panelVC.configs.leftPanelWidth =...

bug

It would be most ideal if this control would also support a splitview configuration, where multiple panels are in view and active at the same time. Similar to JASidePanels, but...

enhancement

``` In XLFormInlineSelectorCell:(NSString *)valueDisplayText { ... if (!self.rowDescriptor.value || [self.rowDescriptor.value count] == 0){ ... NSMutableArray * descriptionArray = [NSMutableArray arrayWithCapacity:[self.rowDescriptor.value count]]; } ``` What should `count` be cast as?

Any plans to support real-time seeking through an audio stream, as well as crossfade effects?

enhancement

This does not occur on iOS 7. ![tpkeyboardavoiding_tableview_scrolling](https://cloud.githubusercontent.com/assets/1434449/4407199/952633c8-44c8-11e4-88f0-dac46faf511f.png)