I switched my project over to new beta versions of iOS 10 and XCode 8. In all three areas of my app where I use:
imageView.layer.cornerRadius = imageView.fra
Using obj-c, moving the syntax from viewDidLoad to viewDidLayoutSubviews worked for me.
viewDidLoad
viewDidLayoutSubviews