Open Hemant-7 opened 4 years ago
pageControl.currentPage = 0 currentPage is not set as 0, it show Error: Cannot assign to property: 'currentPage' is a get-only property
pageControl.set(progress: 0, animated: true) is the proper way
pageControl.currentPage = 0 currentPage is not set as 0, it show Error: Cannot assign to property: 'currentPage' is a get-only property